Forum Moderators: open
My templates are heavily reliant on include files for header footer sidebar etc.. the thing is I've never had this problem before in fact I did a major site change last week with no problems..
I did some searching and found this in the MS KB [support.microsoft.com] but I can't get it to do anything..
Oh and btw in that article it suggest some ASP code, should that go into each and every include file? (even if just temporarily)
any suggestions or just wait til host restarts IIS?
Suzy
Now strangely I've discovered that all except my home page (root default.asp) are now showing the updates I did last night and I just now did another small change in a global include and again it's not showing sitewide, I wondered if it was just pages that called dynamic content, but this doesn't seem to be the case..
this are now the response headers I have in place..
Response.Buffer = True
Response.Expires = -1000
Response.ExpiresAbsolute = Now() - 2
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.AddHeader "Pragma", "no-cache"
Response.CacheControl = "no-cache"
but I've no idea if they're all required or if any of them are doing more harm than good .. I also put
<meta http-equiv="pragma" content="no-cache"></meta>
in the head section (via include) last night which is now showing in the source on all pages (except home) tonight, but that change I just did is still not showing.. I'm confused :o (which is not too difficult really ;))
thanks for replies so far
Suzy
<added>Rosswal.. I think maybe you're right, but I can't do that from here and I'm not sure enough of what the problem is to demand that at the other end (could it be a problem with my own scripts?).. btw I like unscientific answers :)
</added>