We have continuing problems with asp pages being cached and this is starting to drive me insane!
I have tried the following to prevent asp pages from being cached, but whenever we change the content of an asp (either the page itself or source data if the asp reads from a database) the page displayed is the old one. The only way to see the new content is to press F5 (or click refresh) in the browser.
As this is on an intranet we use IE5 throughout and have set the browser to check for newer pages on "every visit to the page".
We use a proxy server, but we have IE5 configured NOT to use the proxy for Local intranet address.
In IIS (version 5) we have enabled content expiration and set content to expire after 1 minute.
I've disabled asp caching (Application configuration | Process Options)
I've disabled "Cache ISAPI Applications"
In the asp we use response.expires=-1 as the first line (we've tried response.expires=0 too)
We've also tried setting custom http headers of "Cache-Control: no-cache"
...and STILL we get asp caching.
Can *anyone* tell how we can stop asps from being cached???
I have tried the following to prevent asp pages from being cached, but whenever we change the content of an asp (either the page itself or source data if the asp reads from a database) the page displayed is the old one. The only way to see the new content is to press F5 (or click refresh) in the browser.
As this is on an intranet we use IE5 throughout and have set the browser to check for newer pages on "every visit to the page".
We use a proxy server, but we have IE5 configured NOT to use the proxy for Local intranet address.
In IIS (version 5) we have enabled content expiration and set content to expire after 1 minute.
I've disabled asp caching (Application configuration | Process Options)
I've disabled "Cache ISAPI Applications"
In the asp we use response.expires=-1 as the first line (we've tried response.expires=0 too)
We've also tried setting custom http headers of "Cache-Control: no-cache"
...and STILL we get asp caching.
Can *anyone* tell how we can stop asps from being cached???