How to clear browser script cache from server side

Sometimes you might want to force client browser to re-download new script from the server, this can be accomplished by go to C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\, there should be a folder named "analyzer" (or whatever name you have given to your Analyzer site). Simply delete this folder to force all client browsers to re-download the scripts. Note: you may have to recycle Analyzer application pool (or terminate Analyzer w3wp process) first or you may not be able to delete the folder. 

 

If you want to be specific then it is actually the dl3 folder in few levels down that controls the DLL/scripts so you can delete this folder to trigger the re-download but simply deleting the analyzer folder on the top level also works.

 

 

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.