ASP.NET Web Forms Application Life Cycle
The table in this topic details the steps performed while an XAF ASP.NET Web Forms application is running.
Note
Currently, only the steps that are performed until the main page is shown are detailed.
Stage | Description | Ways to Interfere |
---|---|---|
Application is requested | See ASP. |
|
An end-user is authenticated | See User Authentication using a Logon Window in ASP. |
|
Start-up Pop-up Window Show Actions are executed. | A collection of Pop-up Window Show Actions is populated by the Actions that are registered as start-up Actions in modules used by the application. For instance, the Change |
To register an Action as a start-up, override the Get |
Start-up window is shown | See Show the Main Page in ASP. |