Thank you for reading this post, I am at my wits end.
I am migrating a site from IIS4 to IIS7. I have converted all content to ASP and adjusted permissions etc.
The site loads properly except for one thing. The header image which is a static link appears the first time you load the page and will not appear on any subsequent loads using Refresh. If I change the "content-type" meta field the image will load again... once then it no longer displays. Edit the "content-type", again it loads once...
I've been bouncing between
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
and
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
to recreate the displayed image but I can't leave it on either setting.
Here is the referenced image code:
<img alt="home page" src="../headers/header2.jpg" useMap="#Map" border="0" width="760" />
I have enabled Parent Paths of course so it can recurse properly.
Thoughts anyone?
Other pages keep the header image correctly.
This page loads the header image properly every time and including after refreshing but will not load 2 images later in the document:
http://www.iatse212.com:87/pages/stage.asp
This page loads the header image properly the first time and fails after refreshing but will load the small printer image later in the document every time:
http://www.iatse212.com:87/pages/shooting.asp
Surfing via the top navigation you will find random header and content images just not appearing and I am certain that the permissions are not the issue.
Thank you in advance,
A quickly balding tech....