Hello,
My application uses SQL Server 2008 spatial and works fine in IIS6, but the mapping breaks in IIS7. Are there any issues i should be aware of that would cause the app to break in IIS7?
Thanks,
Jason
Yes, the service seems to work fine. I am also using XamWebBulletGraph control that is being built dynamically using the same service on the same page and it's working just fine.
Web service configuration can look quite different in IIS7 than previous versions. Can you browse to the info page for the web service you are hosting without error?
Ah sorry, I just missed you are using SQL spatial data.
Jason,
This is most often due to missing mime types for the shape file extensions, see:
http://community.infragistics.com/blogs/devin_rader/archive/2009/04/30/configuring-mime-types-in-iis-for-use-with-xamwebmap.aspx
Let me know if that helps!
-Graham