PDA

View Full Version : flushing cache


atby
01-16-2006, 06:56 AM
I have uploaded (FTP) new ASP pages but the older cached versions are still being used. Previous posts say that discountASP is not caching; are the pagescached somewhere else? My domain is registered elsewhere and pointed to through DASP. Could they be cached there somehow?

And is there some way to prevent it, at least during development? I already have the following lines in the pages:

Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = -1

bruce
01-16-2006, 08:09 AM
IIS is configured not to cache dynamic pages (asp / asp.net).

atby said...
My domain is registered elsewhere and pointed to through DASP. Could they be cached there somehow?

It think this is possible, try use the temp URL and see if it works.

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

atby
01-16-2006, 09:38 AM
Hi Bruce,

Using the temp URL, I got different pages being cached or not. After a while, however, all pages were refreshed. This means that other ISP is caching ASP pages, and because I go through them somehow, my pageswill becached (even though DASP doesn't do it)?

bruce
01-17-2006, 07:00 AM
you may also be seeing DNS caching. DId you just recently updated the DNS to point to our server??

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)