vote up 0 vote down star

how can i run code when an application ends with asp.net mvc ?

flag

1  
Could you clarify a bit? what do you mean by "ends with asp.net mvc?" – Eric Petroelje Jul 1 at 12:33
Application or session? – tvanfosson Jul 1 at 12:34
@tvanfosson application – Yassir Jul 1 at 12:39

1 Answer

vote up 2 vote down check

Use this method in Global.asax

protected void Application_End()
{
}
link|flag
hahaha i ve been trying Application_Finish thx man – Yassir Jul 1 at 12:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.