show/hide this revision's text 3 added 2 characters in body

For some magic magical reason ii6 started to cache pages on the server. Even if I remove the page, it is still displayed. I tried to follow couple suggestions but no luck. That's what I did so far:

  1. Deleted \WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files
  2. Unchecked 'cache ISAPI extensions' in the IIS configuration.
  3. Added 'Cache-Control no-cache' to HTTP headers in properties.
  4. Tried to create the page that clear the cache http://www.dotnet247.com/247reference/msgs/13/67641.aspx

Update: also tried to disable asp cache http://stackoverflow.com/questions/103158/iis-asp-caching But the files in v2.0.50727\Temporary ASP.NET Files are still created

If anybody has other suggestions, please share.

Thanks.

show/hide this revision's text 2 added 264 characters in body

For some magic reason ii6 started to cache pages on the server. Even if I remove the page, it is still displayed. I tried to follow couple suggestions but no luck. That's what I did so far:

  1. Deleted \WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files
  2. Unchecked 'cache ISAPI extensions' in the IIS configuration.
  3. Added 'Cache-Control no-cache' to HTTP headers in properties.
  4. Tried to create the page that clear the cache http://www.dotnet247.com/247reference/msgs/13/67641.aspx

Update: also tried to disable asp cache http://stackoverflow.com/questions/103158/iis-asp-caching But the files in v2.0.50727\Temporary ASP.NET Files are still created

If anybody has other suggestions, please share.

Thanks.

show/hide this revision's text 1

Flush cache in iis6

For some magic reason ii6 started to cache pages on the server. Even if I remove the page, it is still displayed. I tried to follow couple suggestions but no luck. That's what I did so far:

  1. Deleted \WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files
  2. Unchecked 'cache ISAPI extensions' in the IIS configuration.
  3. Added 'Cache-Control no-cache' to HTTP headers in properties.
  4. Tried to create the page that clear the cache http://www.dotnet247.com/247reference/msgs/13/67641.aspx

If anybody has other suggestions, please share.

Thanks.