January 23, 2010 09:57 by
mstark
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Spatial data represents the shape and physical location of an object. For example, the object can be a house, business, sub-division, or a county. SSQL Server 2008 has two new data types GEOMETRY and GEOGRAPHY. GEOMETRY works with flat objects. GEOGRAPHY considers the shape of the earth.
GEOGRAPHY and GEOMETRY or CLR data types. Though to implement them you do not need to have CLR enabled on the SQL Server instance. Microsoft has provided a long list of OGC methods. These are methods that are part of the independent Open Geospatial Consortium list of specifications.
Here is a PDF of my presentation SQLSaturday.pdf (806.55 kb)
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
If you are trying to reference a file that is generated with a handler and you are instead getting the file not found message.
The handle is working fine in Visual Studio but fails to work when deployed to a webserver.
Have your hoster perform the following
In IIS you right click on your App, go to properties, click Virtual Directory Tab, Configuration, Mapping Tab, Add, point the Executable to c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll and add the appropriate Extension ("georss") . I had to remove Script Engine and Verify that file exists check boxes and it worked.
this is where I found it. http://forums.asp.net/t/1408510.aspx
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
January 30, 2009 02:06 by
mstark
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5