Saturday, July 21, 2007

Life Cycle of a web application

Life cycle of a web application begins when browser requests the start page of the application

Chain of actions on first request:
1. Request from browser
2. Server
Starts DLL
Creates the page
Posts HTML
Destroys the page
3. Events
Application_Start
Session_Start
Page_Load
Page_Unload

No comments: