Web

W22 ASP.NET Request Processing

08/04/2010

5:00 PM - 6:15 PM

Level: Intermediate

Robert Boedigheimer

Principal Systems Developer

Schwans Shared Services, LLC

Have you ever wondered how an ASP.NET page you created gets executed? Learn how the request is taken by IIS and passed on to an ASP.NET worker process. The worker process then runs the request through a series of HttpModules and finally to an HttpHandler. The ASP.NET page handler executes a series of events called the pipeline to formulate the response and send it back to the client. Discover how to create your own HttpModules to extend how IIS behaves, and learn how you can use PageAdapters to modify how the pipeline events are fired.

You will learn:

How ASP.NET processes requests and how to extend IIS/ASP.NET with custom modules and handlers.