Click here to Skip to main content
15,886,589 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I deployed a SL project using the procedure below referring to http://support.esri.com/en/knowledgebase/techarticles/detail/39169[^]:

1) Create a new folder called 'AssetView' under the wwwroot of the production server.
2) Copy the 'ClientBin' folder and other needed files (silight.js, .html, etc.), and then paste them under the \AssetView\ folder.
3) In IIS convert the AssetView to Application.
4) Right-click the AssetView > Manage Application > Browse and then view the application on a browser at http://localhost/AssetView/. Everything is fine.
5) Change localhost to the IP address, the page displays. However, when I implemented a simple query, multiple error messages pop out like that: System.SecurityException, System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse..., etc.

I guess I missed some settings somewhere. Could you help with your experience? Thanks.
Posted
Updated 9-Sep-14 9:08am
v3
Comments
Christian Amado 10-Sep-14 10:57am    
You missing some exceptions in your question too. Implemented a simple query where?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900