Want to replace dll files on IIS without restarting IIS or stop website but everytime i replace it gives error files are in use by other process.Is there any way to replace dll files on IIS without restarting IIS or stopping website.Googleed it but got answer its not possible.Is it right?
Share
You should be able to overwrite the existing dll files even when the website is running. Replacing the whole bin folder is not possible, but replacing dlls is.
IIS reset isn’t needed when updating the dll files (or anything in the bin folder) because the application will automatically recycle