flushing cache

Discussion in 'Hosting Services / Control Panel' started by atby, Jan 16, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    IIS is configured not to cache dynamic pages (asp / asp.net).

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

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. 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)?
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    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
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page