Http Modules allow you to extend the existing ASP.NET pipeline. The most common use of HTTPModules is pre and/ore postprecessing of requests. Internally ASP.NET utilizes custom modules (ht...
Answered by: Mahesh on: Dec 12th, 2005
IHttpModule is used when u want to add u r own module or extra module so that when u request u r module also gets called.First and foremost httpmodules are used when u make request for a page.While pr...
Http Modules allow you to extend the existing ASP.NET pipeline. The most common use of HTTPModules is pre and/ore postprecessing of requests. Internally ASP.NET utilizes custom modules (ht...
IHttpModule is used when u want to add u r own module or extra module so that when u request u r module also gets called.First and foremost httpmodules are used when u make request for a page.While pr...