when this happens, what happens if you right click on the X and say "Show
Image". Does it display the image.
Do you have any code that does this
http://support.microsoft.com/kb/269802
What do you see in the Log Files for those images that does not display. Do
you see a Log entry or is the entry missing altogether. Have you tried to
use another computer or another browser to test this out.
Regards,
Trevor Benedict
MCSD
"John Way" <john.way.DeleteThis@milliken.com> wrote in message
news:7d4d79d9-b53a-4ce5-ae1b-19fd76bb96e6@v17g2000hsa.googlegroups.com...
>I have a .Net website (2.0 framework) running on Windows 2003 server
> (IIS 6). Certain images on the page render only intermittently. When
> they don't render, I get the "red x" and the properties of the image
> show the correct url.
>
> The webpage that these images are on is a secure page (https) but the
> images reside in a separate website that is not secure (http). To
> avoid having the "This page has both secure and non-secure......"
> message, I have changed the hostname on the image src attribute and
> created an IIS Virtual Directory on the secure website that redirects
> the requests to the non-secure website.
>
> Does anyone know what would cause this intermittent displaying of the
> images? There is even more than one instance of the same image on the
> page and sometimes one will render and the other won't.
>
> Thanks,
> John