Silverlight's MultiScaleImage appears to only allow two simultaneous connections to request tiles, irrespective of subdomain or browser connection limits. This makes panning or zooming the a DeepZoom image really slow.
How can this connection limit be overriden?
Silverlight doesn't appear to support the usual app.config/maxConnections setting used by .Net apps.
EDIT: I've been able to verify the number of simultaneous connections using Fiddler. The old version of our application (written in ASP.net) uses all available connections in IE, but the same tiles rendered in the MultiScaleImage control in Silverlight are only requested two at a time.