T18 ASP.NET Request Processing

11/16/2010

4:30 pm - 5:45 pm

Level: Intermediate

Prerequisite: None

Robert Boedigheimer

Principal Systems Developer

Schwans Shared Services, LLC

Robert Boedigheimer works for Schwans Shared Services, LLC providing business solutions with web technologies. Robert has been developing web sites for the past 20 years. He is an ASP.NET MVP, a Pluralsight author, and a 3rd degree black belt in Tae Kwon Do. Robert regularly speaks at national and international events.

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.