The topics in this section provide background information about how ASP.NET processes pages to produce dynamic output. This includes information about how the application itself and individual pages are instantiated and processed, and information about how ASP.NET compiles pages dynamically.
- ASP.NET Application Life Cycle Overview for IIS 5.0 and 6.0
- ASP.NET Application Life Cycle Overview for IIS 7.0
- ASP.NET Page Life Cycle Overview
- ASP.NET Compilation Overview
- Understanding ASP.NET Dynamic Compilation
- How to: Create ASP.NET Application-Level Event Handlers
- Creating ASP.NET Web Sites