ThinkGeo.com    |     Documentation    |     Premium Support

Deployment problem

Hello


I'm testing the web version of map suite, my test application works just fine in my developer envirmoent,  but when I publish the application in the server with windows server 2008 and IIS7 I have the next problems:


1) when the page is load at fist timeloks like the the next image:



2) When I click a button to load some layers I have the next errors



First I supouse that was about security issues so I give all rights for my web application folder to the group users IIS_IUSRS


But I have the same problem... Do you have a sugestion?



Yuri,



I remember that there is an old post which has some issue deployed in IIS7; when we change the application pool to Classic .NET AppPool, it works fine. Please see the following link for detail.

gis.thinkgeo.com/Support/Dis....aspx#7716



If it cannot fix your problem, please copy the one of the tiles’ address and open it in another window to see if there is any real exceptions.



Please try the method above and let us know how it works.



Thanks,

Howard

 



Thank Howard, 
  
 I was already configured the the application pool to Classic .NET AppPool. 
  
 Here is the address of one tile in the windows server 2008, iis7: 
 webserver_iitej/siigemwebcatastro/tile_GeoResource.axd?OVERLAYID=StaticOverlay&FORMAT=image%2Fpng&CACHEID=StaticOverlay&PAGENAME=default&STYLES=&CLIENTID=ASPxRoundPanel2_msMapWeb&EXTRA=240954315431&SRS=EPSG%3A4326&BBOX=-39934504.611367516,68224.36315882206,68224.36315883696,40070953.337685175&WIDTH=256&HEIGHT=256&ZOOM=0 
  
 this returns nothing 
  
 In my developer enviroment I have a very similar link: 
 localhost:2047/tile_GeoResource.axd?OVERLAYID=StaticOverlay&FORMAT=image%2Fpng&CACHEID=StaticOverlay&PAGENAME=default&STYLES=&CLIENTID=ASPxRoundPanel2_msMapWeb&EXTRA=24123407347&SRS=EPSG%3A4326&BBOX=-79937233.58589387,68224.36315882206,-39934504.611367516,40070953.337685175&WIDTH=256&HEIGHT=256&ZOOM=0 
  
 But this link returns correctly the correponding image tile. 
  
 I’m using the server cache capabilities but I can see that in the windows server 2008 iis7 no one folder or file is created in the cache folder. As I Said you before I give all rights of this folder and application folder to the group IIS_IUSRS. 
  
 Any other sugestion? 
  


Yuri, 



We couldn't recreate this issue. We made a simple sample and deployed it on IIS7 on Windows 2008 Standard Edition following the instructions in the previous post Howard mentioned, it works fine. So could you do the same test deploying a simple sample on your IIS7 server? If that app works fine, maybe there are some other issue relating to the application. 



Thanks, 



Ben