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
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