109.
Which event fires on application shutdown?
View Description
Application_End(object sender, EventArgs e)
{
// Code that runs on application shutdown
}
taken from Global.asax