By mswatcher
via codebeater.com
Published: Mar 08 2008 / 10:45
ASP.NET processes requests using a pipeline model which makes use of HttpModules and HttpHandlers to process all requests. When you configure your ASP.NET application to use an HttpModule you're effectively inserting that module into the request pipeline. This creates a scenario where each request must pass through all of the loaded HttpModules before it can get to the HttpHandler for the request.
SaveShareSend
Tags: .net, web design
Add your comment