Multiple image handler calls causing IE to hang in pop-up window
We have an ashx image handler which has performed fairly well over the last few years, but we've recently noticed some odd intermittent behaviour in IE8 and IE9 . We have a gallery page which calls the image handler multiple times as part of an image's src attribute, this page is opened in a pop up window. The page works fine when but when the window is opened and closed in quick succession (before all the images on the page have finished loading) it causes the browser to hang and subsequently has to be restarted. Following is a sample of our image handler code, I have a suspicion that the