How to update a running asp.net core application?
问题 I have a Asp.Net Core MVC application running on Windows Server 2008 R2 with IIS. But every time I update this application, I need to manually stop the applicationPool in IIS, and restart the applicationPool after I finish updating the app. Otherwise it will tel me "the xxx.dll is in use by other progress". Is there any way to make this process easier? 回答1: Finally I found my anwser: I just need add a file named app_offline.htm to the IIS web root(not your project wwwroot folder). due to this