Explore ASP.NET AJAX configuration sections in web.config, and learn how handlers and modules fit into the overall picture. In my previous column, I discussed the technologies on which AJAX relies, ...
There are two ways in which you can inject logic in the request pipeline of an ASP.NET application — HttpHandlers and HttpModules. An HttpModule is a component that is part of the ASP.NET request ...