Hi,
I have a very odd problem with IE7. I've created an aspx page, which contains several images. Images are included using standard img tag:
<img src="/dir/image.jpg" />
This page is served through SSL. However, I don't want to serve any images through SSL, so I've used ISAPI rewrite to rewrite any SSL URLs. After I've done this, I noticed very odd problem with IE - some images are not displayed at all. Hitting F5 is even more interesting - some images that were visible before suddenly disapear, and those that were not displayed - show up. So it's seems to be completely random. Does anyone know where do I start fixing this problem? Thanks.
P.S. The same page is working fine on FF. P.P.S. Disabling URL rewrites is not an option.