Jamal, you can update the URLs used for your services by editing a Map.xml file in any text editor. This file is located in the C:\inetpub\wwwroot\Apps\%AppName%\Config when using the default folder. I am sure you will find out where it is if you are using a non-default path. Just run find and replace in the text editor to change the localhost for the PC name, restart web browser and clear its cache and you should be good to go.
I am glad that you have made some progress.Unfortunately, I have not used the Silverlight viewer application so I cannot speak to how it works. It seems to be some type of configuration issue but I know that you already know that:)Perhaps someone in the ArcGIS for Viewer Silverlight forum can help you.
Clear your browser cache, capture the session in Fiddler, and then post the Fiddler session. If you can't post the session to the forum then post it cloud storage, e.g. DropBox, SkyDrive, etc., and post the link here.
Refresh the page bypassing the browser cache:http://en.wikipedia.org/wiki/Wikipedia:Bypass_your_cache
I think you need to ignore the 404 related to favicon.ico:http://en.wikipedia.org/wiki/Favicon
I agree with Richard. First check in the SL Builder what do you have in your application (what services and where they come from) and then check what you actually get in the web browser on the client. Maybe there is something wrong with the SL app itself. Test creating a new application with the Builder and try to add an ArcGIS Server service and see if you can reach the server machine at all.
The issue might occur if you don't have a crossdomain.xml file stored in the inetpub\wwwroot folder which is required when accessing the services from outside the machine the application itself is hosted.As an example, you can view the policy file used by ArcGIS Online: http://services.arcgisonline.com/clientaccesspolicy.xml. Save this file into your wwwroot folder and test.Another thing is Firewall settings which might block 6080 port requests coming. Either set the Firewall to allow 6080 port requests to go through or use Web Adaptor and configure it to use port 80. You can reach the application itself, so the problem is with ArcGIS Server services rather than with the web application itself.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.