Mohammad Aman

Mohammad Aman

  • NA
  • 327
  • 70.4k

ASP.Net application ends view page count data update in DB

Dec 1 2015 11:21 PM
I have asp.net application. I am forcibly end this application and on the time of that i want to update my view page count value in database. If anyone known plz help me.
I also written code in global.asax file
void Application_End(object sender, EventArgs e)
{
// Code that runs on application shutdown
}
but this is not working when i forcibly end application. 

Answers (5)