Hi,
i get an error in the Firefox error console when loading a web page with the map control:
"Element not found: localhost/sitetracker5/pages/Project/session_GeoResouce.axd".
Seems that the path is wrong.
pages/Project is a subfolder of my application web folder where the map sample page is located:
"localhost/sitetracker5/pages/Project/MapDemo.aspx" is the path of the demo page.
The following entry in the web config is set:
<add path="*_GeoResource.axd" verb="*" type="ThinkGeo.MapSuite.WebEdition.GeoResourceFactory" />
References to following librarys are set:
- GeoAPI
- MapSuiteCore
- WebEdition
- NetTopologySuite
I use custom overlay for Google (GoogleOverlay).
Any ideas?
Thanks
Patrick