I have a web site that operates in on a shared hosting server running IIS 7.x.
My provider insists on cycling the app pool and indeed on IIs shutdown and restart from time to time.
My application is logged in 24 * 7 to a third party server.
I have a gloabl.asax file that needs fired when the web server (IIS), is cycled and I'm not sure at the moment when the app pool is re-cycled. Is there a way to do this? This is so that I may re - establish connection to the third party site upon these events.
Any help would be appreciated
Thanks Robert