Link Details

Link 69654 thumbnail
User 225256 avatar

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.
  • 9
  • 1
  • 766
  • 163

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.

Voters For This Link (9)



Voters Against This Link (1)