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 "cache-control", "private" %>
<% Response.AddHeader "pragma", "no-cache" %>
<%
Response.Expires = -1
Response.cachecontrol="private"
%>
Any ideas??
Thanks.
Gorkem.
I put the following code into the new page but it did not work. Where could the problem be?
<% Response.AddHeader "cache-control", "private" %>
<% Response.AddHeader "pragma", "no-cache" %>
<%
Response.Expires = -1
Response.cachecontrol="private"
%>
Any ideas??
Thanks.
Gorkem.