Description of Creating HttpHandlers and HttpModules :
This web based tutorial gives you the method for creating HttpHandler and HttpModule interface in ASP.NET. In this tutorial the author defines a class that has two methods such as ProcessRequest and ReadOnly Property IsReusable implemented by the HttpHandler interface. The author also shows you how to implement a class using HttpModule interface with a sample program. In this tutorial you can get the method for creating your own Http handler and testing this handler.