Tuesday, November 29, 2005

How to: Write Custom HTTP Handlers for the ASP.NET Applications

An HTTP handler is the endpoint that responds to requests made by an ASP.NET Web application. The ASP.NET requests are mapped to HTTP handlers based on the type of file extension used. Each handler processes either an individual URL or groups of URL extensions within an application. Mark has to say more about this here in his article