Hi
i have this serious proble, with the cache on a site i did
the asp files are getting stored in the cache and so if i the update a asp file i cannot view the file right away
i have to wait for some time till the cache is cleared that is after the site gets 500 hits
some person told me that if u use frontpage ext it will be solved so i tried that but it did not help
i have used some cache preventing line that was suggested by a site but again that did not help
here is the lines
thanks for any help
regards : Unicorn11
abhishek@tripmedia.com
[red]Life is a stream who's source is hidden[red]
i have this serious proble, with the cache on a site i did
the asp files are getting stored in the cache and so if i the update a asp file i cannot view the file right away
i have to wait for some time till the cache is cleared that is after the site gets 500 hits
some person told me that if u use frontpage ext it will be solved so i tried that but it did not help
i have used some cache preventing line that was suggested by a site but again that did not help
here is the lines
Code:
<%@ Language=VBScript %>
<%
Response.Expires = 60
Response.Expiresabsolute = Now() - 1
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "no-cache"
%>
thanks for any help
regards : Unicorn11
abhishek@tripmedia.com
[red]Life is a stream who's source is hidden[red]