You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2019. It is now read-only.
ANCM graceful shutdown feature has a problem on Windows 7 OS if an aspnetcore app is hosted to IIS web server. After starting the aspnetcore app, stopping or recycling an IIS worker process which is used by the aspnetcore web application can cause a crash to the worker process (w3wp.exe).
When the crash happens, you will see as an event viewer error.
This issue does not happen on neither Windows 8 nor Windows 10 OS
There is a work-around way. If users stop the backend process (dotnet.exe) of the aspnetcore app manually before stopping IIS worker process, there is no problem.
If you attach debugger such as windbg.exe to the worker process, the exception stack information will be like this.