In the event log of my http server, I keep having the enclosed error.
in my web.config i set up the httphandler and the handler for the georesource as following
in the meantime, I have some javascript problems in my website which is probably related to this error.
<httpHandlers>
<add path="*_GeoResource.axd" verb="*" type="ThinkGeo.MapSuite.WebEdition.GeoResourceFactory" />
<handlers>
<add name="GeoResource" path="*_GeoResource.axd" verb="*" type="ThinkGeo.MapSuite.WebEdition.GeoResourceFactory" />
Also, can you explain me, why do you add the geoResource.axd in the web.config, when exactly do you do that, i guess before the website is started otherwise the asp.net session woulb be lost (if the web.config is changed i know the asp.net session is cleared), and how do you do that ? thanks for your help. sebastien
ThinkGeo_SessionGeoResourceERROR.txt (1.14 KB)