global.asax
ASP.NET
2
Posts
2
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
kalyan_2416 wrote:
application_end
It will be fired when application domain ends. Making changes in the web.config will restart application domain.