<esri:Map Background="Blue" HorizontalAlignment="Left" Name="map1" VerticalAlignment="Top" WrapAround="True" Height="600" Width="800"> <esri:Map.Layers> <esri:LayerCollection> <!-- works --> <!-- <esri:ArcGISTiledMapServiceLayer ID="BaseLayer" Url="http://services.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer" />--> <esri:ArcGISTiledMapServiceLayer ID="BaseLayer" Url="http://[removed]/ArcGIS/rest/services/taxlots/MapServer" /> </esri:LayerCollection> </esri:Map.Layers> </esri:Map>