Im trying to run Silverlight app by putting it in IIS 7. When i run it locally, it runs well, all Silverlight controls and the map were displayed. But when i host that app in IIS, all controls were displayed but the map did not display, using server-side rendering. There is a mention of this similar problem in this post, but the solution was not mentioned:
gis.thinkgeo.com/Support/Dis...fault.aspx
Attached is a very simple SL app that just display the map (cntry02.shp). Please try to replicate the problem by just copying contents in SilverlightApplication1.Web into c:/inetpub/wwwroot, and set the Default.aspx as the default document. When you browse to this IIS site using a browser, map tiles are not served from the server, its just blank (but it runs when debugging locally). i use Fiddler to see the error, here it is:
xxx.xxx.com:9005/GeoTile.axd...=295295895
(real IP replaced by xxx)
i guess there is something that must be configured, because it runs well when pressing F5 in VS2008, but when under IIS 7.5, the map tiles cant get thru to the client. Im using Windows 7 Ultimate, IIS 7.5.7600.16385, 64-bit.
1944-SilverlightApplication1.zip (48.7 KB)