Chapter 19. HTTP Handlers

In this chapter, we will provide an in-depth look at implementing HTTP handlers. As described in Chapter 1, HTTP handlers are a feature of the HTTP runtime architecture in ASP.NET that enables modularization and customization of request processing in a Web application. ASP.NET provides a number of built-in HTTP handlers that are used to process requests for common file types. ASP.NET also enables developers to plug in their own HTTP handler implementations to customize request handling specific to their own application. We will illustrate ...

Get Developing Microsoft® ASP.NET Server Controls and Components now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.