Well - exactly as the question subject states - any ideas on how you might do this?
I\'ve been looking over the objects in System.Web.Hosting but nothing is standing
Not sure exactly what you want to do when the appication pool recycles but if you add the below event handler to Global.asax then the code in it will run when the application is shut down.
protected void Application_End(object sender, EventArgs e) { }