I have a app with server side rendering. When the client is panning / zooming, occasionally parts of the image will not display (like a image tile is not transferred).
In Fiddler I have noticed that the following URL is requested whenever this happens :
GeoTile.axd?session=1
I usually only see one instance of the above link when the image does not render properly. All other URL's look similar to the following :
GeoTile.axd?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&EXCEPTIONS=application/vnd.ogc.se_inimage&FORMAT=image/jpeg&SRS=EPSG:4326&PAGENAME=SilverlightPage&EXTRA=&OVERLAYID=ServerSideShapeFiles&CONNECTOR=SilverlightLaunchPage&FORCEREDRAW=4939413f-8b01-4293-ad66-e41005917170&BBOX=1689648.70498614,5679752.47340396,1692506.16957644,5682609.93799426&WIDTH=256&HEIGHT=256&UNIT=Meter&SCALE=42187.0000000004
Any ideas?
Thankyou