|
|
Browse by Tags
All Tags » ASP.NET 2.0 - G... » HttpModules
-
When working with an ASP.NET Web Application under Vista/IIS 7 and developing an HttpModule, watch out for the Application pool you are using. If your application is configured to work with classic application pool, then it is enough to define the module within the httpModules section as:
<httpModules> ...
|
|
|