Select to view content in your preferred language

Deploying Web Map App on IIS 7.5

2382
1
09-21-2011 05:22 AM
ErnejunCorvera
Occasional Contributor
Hi. I am newbie to this Web Map Application. I created a web map application using Visual Studio Ultimate with ArcGIS API for Silverlight. I build and run it in Visual Studio and it's fine and it's running through localhost. Now i want this application to deploy in IIS7 so that other user on the network can access and use the application. How would I do it?...I went through some forums and online help on how to deploy web application on IIS 7 but got no lucky. I already published the application through Visual Studio, and copied the published folder into the webroot (C:\intepub\wwwroot\) but still cannot open my web map application in the browser...please i need a help on this..any ideas to resolve this is highly appreciated.
0 Kudos
1 Reply
DarinaTchountcheva
Frequent Contributor
We don't know what kind of errors you get, but here is a thread discussing deployment:

http://forums.arcgis.com/threads/16706-server-500-error?highlight=asp.net

Just a few pointers:

1. Make sure your deployment website is configured as Application
2. If you have used .Net framework 4.0 to develop the application, confirm that ASP.Net 4 is installed on the web server (see the threads for details).
3. Is your web server configured for Silverlight applications:
http://learn.iis.net/page.aspx/262/configuring-iis-for-silverlight-applications/

Post your error, or search your error in Google (or other search engines) to see what the problem might be.

Good Luck!
0 Kudos