After a virus attack I had to reinstall IIS and now my pages load okay except for the images.
For example, the page
http://zzz/main/default.asp
loads okay except for the pictures.
When I try to render the ASP page the status shows "(7 items remaining) Downloading picture
http://zzz/media/applicant.jpg". These images used to come up immediately. Now they don't display even after the
page finishes loading all the pictures and the status shows "done".
Basically, when I reference the images using the server name they don't load. They do of course load in the
browser when I use a file path like:
D:\InetPub\wwwroot\media\applicant.jpg
Is this an IIS configuration issue? What do I have to do to get the JPG files to display in my ASP pages?
Thanks for your assistance.