Esri / arcgis-viewer-silverlight

Source code for the ArcGIS Viewer for Silverlight
http://links.esri.com/slviewer
Microsoft Public License
12 stars 12 forks source link

Could Builder Signin Portal for ArcGIS? #56

Closed wanghanbo closed 9 years ago

wanghanbo commented 9 years ago

I am sorry for my poor english. Could ArcGIS Viewer for Silverlight signin Portal for ArcGIS. Portal for ArcGIS and ArcGIS Viewer install into the same computer (192.168.0.1 is the server IP address)。ArcGIS Viewer install at "c:\inetpub\wwwroot\Builder". Builder can connect arcgisonline, but when I set "ArcGISOnlineSharing" as "http://192.168.0.1/arcgis/sharing" and “ArcGISOnlineSecure" as "https://192.168.0.1/arcgis/sharing". and then I try to use "SignIn" to connect portal, it was failed. Please help. Thanks.

zwaap commented 9 years ago

@wanghanbo yes, the Viewer can be configured to use a Portal for ArcGIS instance. See the Application Settings section of this help topic. In your case, the issue may be that you are specifying the URL using the server's IP address instead of machine name and domain. Try using the host name (e.g. machineName.domain.com/arcgis/sharing/) instead. Also, make sure you have a forward slash (/) included at the end of the URL.

wanghanbo commented 9 years ago

Thanks a lot.