Select to view content in your preferred language

Silverlight API question

366
1
11-01-2010 07:13 AM
SasoNikolovski
New Contributor
Can you please somebody let me know how to conect my local map in Silverlight?
0 Kudos
1 Reply
AliMirzabeigi
Emerging Contributor
You need to publish your local map as a map service; here you can find the steps to publish a map service using ArcGIS Server Manager:
http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Tutorial_Publ...
Then, you can use any of the samples in http://help.arcgis.com/en/webapi/silverlight/samples/start.htm in the Mapping section and replace the URL property with the map service on your local machine.
0 Kudos