When stopping the debug session the application is still running and I can access it from http://localhost:3825/ the only way to stop the application is to close the solution from visual studio
What I want
to stop the application(shut down the application and close http://localhost:3825/) ... So I can test error handling from angular(fronted).
Expected behavior
When I click stop debug (using IIS Express) the application would stop (shutdown)
Environment
I just start visual studio and open solution and click IIS Express with all the default setting, I didn't change anything
My tries
- Tried to use the program rather than ISS Express,still the program is still alive
- Tried to start without debug CTRL + F5 , this build the application in the background and doesn't show any way to shut it, but to close the solution.
If anyone have an idea of what is that behavior coming from please explain it to me.