I have a .NET Core 3.1 application that is stopping its App Pool on IIS every time that I do the following:
- I debug my code
- Stop the debugger
- Close Visual Studio 2019
If I just stop the debugger this doesn't happen, it only happens after close the Visual Studio 2019 after I stopped debugging my code.
I tried a few things but nothing fixed that.
Did anyone come across that before?

