global.asax
C#
3
Posts
3
Posters
0
Views
1
Watching
-
how to fire application_end application_start gets called but end is not firing what should i do thanks
-
how to fire application_end application_start gets called but end is not firing what should i do thanks
You should ask questions like this in ASP.NET forums, not here :)
#region signature my articles #endregion
-
how to fire application_end application_start gets called but end is not firing what should i do thanks
Application_End gets called when the application ends, i.e. when the worker process that is running it terminates. To test it's working, put some code in it to write to the event log and then recycle IIS using iisreset.
Deja View - the feeling that you've seen this post before.