how can i run code when an application ends with asp.net mvc ?
+2
A:
Use this method in Global.asax
protected void Application_End()
{
}
tdelev
2009-07-01 12:33:13
hahaha i ve been trying Application_Finish thx man
Yassir
2009-07-01 12:46:31