Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Web Sites
Learning More
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
ASP.NET 
Custom ASP.NET Processing with HTTP Handlers 

HTTP handlers are ASP.NET components that run when they are requested in a browser and that return dynamically created information. (An ASP.NET Web page is an example of one type of HTTP handler.) You can use HTTP handlers to create any type of process that needs to return information to users that is not an HTML page. This section describes how to create and register HTTP handlers and provides examples of a synchronous handler, an asynchronous handler, and a handler factory.

In This Section

Related Sections

ASP.NET Life Cycle

Provides information on the steps that occur as an ASP.NET Web application accepts requests and processes them.

Extending ASP.NET Processing with HTTP Modules

Provides information on extending ASP.NET processing using HTTP modules.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker