Clear IIS cache

来源:互联网 发布:组合公式算法 编辑:程序博客网 时间:2024/06/06 06:57
If you want to clear cache on IIS, there are several methods below.  Please follow them:


 Go to the following directory and delete every folder in there. 

     C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files


 Try to uncheck 'cache ISAPI extensions' in the IIS configuration.

 Try to add 'Cache-Control no-cache' to HTTP headers in properties.


From: http://forums.asp.net/t/1738209.aspx?Clearing+cache+on+IIS

0 0