caching - Clear ASP.NET Temporary Assemblies Without Restarting IIS -



caching - Clear ASP.NET Temporary Assemblies Without Restarting IIS -

i moved code out of app_code folder , i'm getting classic conflict issue between code i'm compiling in project , existing temporary compiled assemblies in temporary cache. know can delete temporary assemblies, requires stopping iis. need in deployment strategy way our production environment , don't want restart iis. there way this?

can try

stop website (not iis) try deleting temporary files

second alternative (risky) 1. kill asp.net worker process (this criminal locking out files in temp folder) 2. seek deleting temp files.

its hard recognize process locking out files, if running in not isapi environment, i.e. wp exe file, can utilize file monitoring tools find out process id accessing/locking file, utilize task manager kill it.

cheers.

asp.net caching iis

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -