Hi,
I have a cached map service that has a cache different from what its MXD contains. The MXD is used just to publish the map service. The cache wasn't generated by me: I don't have the data.
So the service uses the cache (not the MXD) to publish the map.
I consume the map service using <esri:ArcGISDynamicMapServiceLayer /> and it works.
I'm a little confused. ArcGISDynamicMapServiceLayer is not supposed to read from the cache of the service! Only ArcGISTiledMapServiceLayer are supposed to be able to read from the cache.
Why do I get the cached data on the map instead of the MXD data (which is different from the cache)?
Regards.