IIS 7 uses by default a new Integrated type of Application Pool. Old style Pool called Classic is available as well. As I discover after some trouble, to use HttpModules and HttpHandlers in ASP.NET application running under Integrated Application Pool, one need to add additional lines to Web.config file. Normally, you put HttpHandlers and HttpModules sections inside system.websection. To work under Integrated Application Pool, Web.config should put modulesand handlerssections inside system.webServersection:
Sasikumar · 742 weeks ago