I have a simple HTTPModule which does some custom session state management.
public void Init(HttpApplication context)
{
context.AcquireRe
Looks like there is a way to do it
http://learn.iis.net/page.aspx/121/iis-70-modules-overview/#Disabling
setting preCondition="managedHandler" and would do the trick
note to self: http://code.google.com/p/talifun-web/wiki/StaticFileHandler need to explore this StaticFileHandler
references:
http://learn.iis.net/page.aspx/244/how-to-take-advantage-of-the-iis7-integrated-pipeline/
Exclude HttpModule from running for static content on IIS7
BUG: IIS7 managed requests
http://msdn.microsoft.com/en-us/library/bya7fh0a.aspx