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 filessecond 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
Post a Comment