Clearing cache on IIS
If you want to clear cache on IIS, there are several methods below. Please follow them:
1.Go to the following directory and delete every folder in there.
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files
2.Try to uncheck 'cache ISAPI extensions' in the IIS configuration.
3.Try to add 'Cache-Control no-cache' to HTTP headers in properties.
If you want to clear cache on IIS, there are several methods below. Please follow them:
1.Go to the following directory and delete every folder in there.
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files
2.Try to uncheck 'cache ISAPI extensions' in the IIS configuration.
3.Try to add 'Cache-Control no-cache' to HTTP headers in properties.
No comments:
Post a Comment