Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP!! ASP Pages caching

Status
Not open for further replies.

Gorkem

Programmer
Jun 18, 2002
259
CA
I have an ASP page that I had updated, however it is being cached somewhere and I can't seem to find out where. I have cleared all my cache in my browser, even tried other machines which have NEVER been to the site with same results.

I put the following code into the new page but it did not work. Where could the problem be?

<% Response.AddHeader &quot;cache-control&quot;, &quot;private&quot; %>
<% Response.AddHeader &quot;pragma&quot;, &quot;no-cache&quot; %>
<%
Response.Expires = -1
Response.cachecontrol=&quot;private&quot;
%>

Any ideas??

Thanks.
Gorkem.
 
It may have been cached on ur proxy server (if u had one).. i run into this problem with MS's ISA server.. it does very weird things that i can't explain..

But if u're saying that other ppl outside of ur network is getting the same thing then it might be something else.

Good Luck :)

T [afro][gorgeous][afro2]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top