ThinkGeo.com    |     Documentation    |     Premium Support

session_GeoResource.axd Problem

 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



<httpHandlers>
<add path="*_GeoResource.axd" verb="*" type="ThinkGeo.MapSuite.WebEdition.GeoResourceFactory" />


<handlers>
<add name="GeoResource" path="*_GeoResource.axd" verb="*" type="ThinkGeo.MapSuite.WebEdition.GeoResourceFactory" />

  in the meantime, I have some javascript problems in my website which is probably related to this error.


 


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)

I have a very strange problem today, the problem seems appear randomly. 


i have another website that block the following request, Firefox can not load the file.


handmade.csbpfertlogic.preprod.farmsat.com/Handmade/Pages/Carto/opl_GeoResource.axd


when i try to request the following url, there is no problem :


handmade.csbpfertlogic.preprod.farmsat.com/opl_GeoResource.axd


 


Sometimes the _GeoResource.axd can not be found if the gis module is in a page under folders (here in HandMade/Pages/Carto).


is it possible to force the GIS module to request the geoResource.axd in the root and not from where the page is ?


i think in this way, this could solve my problem, Still i have no clue why this happen.


 


sebastien


 



Sebastien, 
  
 Sorry I am not sure about the things about axd related. 
  
 Our developer focus on the new release tomorrow, I will reply you after get response from them. 
  
 Regards, 
  
 Don

do you have any news about the problem ? 


thanks



Hi Sebastien, 
  
 The .axd information should be added to web.config when you add mapcontrol to your project, so I think we won’t dynamic change web.config when the application is running under IIS. 
  
 For your second question, we haven’t try to put map page in deeply folder so maybe we need soem test for your description. But before that we want to make sure something about your configuration like this: 
  
 • Windows 7 
 • IIS 7 
 • Application Pool running asp.net V2.0 with Integrated pipeline. 
 • WebEdition.dll is (NOT) in my GAC 
 • The application is using .NET 4.0 with Thinkgeo ASP.NET AJAX controls version 5.5.0.0. 
  
 And anything more you think should be helpful. 
  
 Regards, 
  
 Don