How to get Application_End to run while debugging (or when stopping debugging)?

1.6k Views Asked by At

I want to handle application shutdown gracefully when stopping debugging or stopping the IIS Express web site, but I cannot seem to get Application_End to run.

2

There are 2 best solutions below

0
On

If you're debugging using IIS Express, the Application_End function will execute if you right-click on the IIS Express icon on the tray, select the proper site from the context menu and stop it. This will end your debugging session in a way that does execute the Application_End method.

0
On

Try to make a change in web.config and save.