Asp.NET Global.asax - application lifecycle?

By default, the Application_Start event will not be hit again whilst running the application unless the web development server is stopped and restarted.

The Application_Start is fired the first time your application is loaded into memory. This should trigger every time the AppPool recycles in IIS. If you're talking about the VS local web dev server, it should take a recompile or a stopping and restarting in order to reach Application_Start.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions