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
To work under Integrated Application Pool, Web.config should put modules
References:
ASP.NET Integration with IIS7 by Mike Volodarsky, page2.
HttpModule and HttpHandler sections in IIS 7 web.config files - Rick Strahl's Web Log
Thursday, April 24, 2008
Using HttpModules and HttpHandlers under IIS7
Using HttpModules and HttpHandlers under IIS7
2008-04-24T14:22:00-04:00
Владимир
ASP.NET|IIS|