![]() |
Sergey Kornilov admin 11/10/2008 |
It looks like you are looking at the cached version of the page. Browser believes that page hasn't changed and displays the old copy of the page. |
G
|
gpsit author 11/10/2008 |
I thought this maybe the case - how do I fix this without adding "reload()" to each asp page? |
![]() |
Sergey Kornilov admin 11/10/2008 |
You can try to modify include/dbcommon.asp file the following way. See my changes in bold: <%@codepage=1252%> <% pStr = "private, no-cache, must-revalidate" Response.ExpiresAbsolute = #2000-01-01# Response.AddHeader "pragma", "no-cache" Response.AddHeader "cache-control", pStr cCharset = "Windows-1252" |
G
|
gpsit author 11/11/2008 |
Thanks Sergey - problem solved!! |
![]() |
Sergey Kornilov admin 11/11/2008 |
Thanks for the update! |
M
|
mccreelake 11/14/2008 |
Hi, I am having a similar problem and tried the fix but it is still having the problem. |
![]() |
Sergey Kornilov admin 11/15/2008 |
McCree Lake, |
G
|
gpsit author 11/16/2008 |
Update: I was still having problems as previously mentioned, but had a bit of a server meltdown over the weekend and had to reinstall IIS after which I realised I didn't have a virtual directory setup for my website. |