Description of HttpModule Skeleton :
This is an useful tutorial for the novice programmers to know about the use of HttpModules of ASP.NET. The HttpModules helps to handle pre and postprocessing of requests and thus it extends the existing ASP.NET pipeline. The HttpModule behaves likes the ISAPI filters. The author explains it with a sample program.