I need to do some custom processing when method fails on app pool recycle, app domain recycle, or IIS shutdown. Is there a specific exception type? maybe: ApplicationException? instead of using generic Catch (exception ex)
I need to do some custom processing when method fails on app pool recycle,
Share
The right before IIS recycle point is the
Application_Endat global.asax