5
Reply

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

Mohammad Aman

Mohammad Aman

Dec 1 2015 11:21 PM
466
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)