109.

Which event fires on application shutdown?

Application_End(object sender, EventArgs e) 
{
  // Code that runs on application shutdown
}
taken from Global.asax