Clear cache in iis6

For some magical reason, ii6 started caching pages on the server. Even if I delete the page, it is still displayed. I tried to execute a couple of sentences, but no luck. This is what I have done so far:

  • Deleted \ WINDOWS \ Microsoft.NET \ Framework64 \ v2.0.50727 \ Temporary ASP.NET Files
  • Disable caching of ISAPI extensions in IIS configuration.
  • Added 'Cache-Control no-cache' to HTTP headers in properties.
  • Tried to create a page clearing the cache http://www.dotnet247.com/247reference/msgs/13/67641.aspx

Update: also tried disabling the asp IIS ASP Caching cache. But the files in the v2.0.50727 \ Temporary ASP.NET files are still created

If anyone has any other suggestions, please share.

Thanks.

+3
source share
6 answers

Thank you for answering the guys.

I realized that this is not a cache problem. I did not clear the Bin folder and the compiled version of the page with the extension .compiled sat there all the time. I'm not what changed this time, but I followed the same process as 100 times before and copied the files from above without clearing Bin.

I have to be more precise with such things.

0
source

Grant delete permission for the IIS user in the folder below. these files will be automatically deleted by IIS

For the 64-bit path of the OS folder: \ WINDOWS \ Microsoft.NET \ Framework64 \ v2.0.50727 \ Temporary ASP.NET files

+3
source

ASP . , IIS (IIS6) .

, . IIS ! !

+2

IIS, , ? , .

, .

0

, IIS, - -?

DNS, , -? IIS, -, , .

0

I could just say the obvious here, but have you tried reusing the application pool?

0
source

All Articles