Quantcast
Channel: BUG: IIS7 managed requests - Server Fault
Browsing all 3 articles
Browse latest View live

Answer by Robert Koritnik for BUG: IIS7 managed requests

This is the actual solution, that solves this managed request bugAnswer on Stackoverflow.com

View Article



Answer by MattB for BUG: IIS7 managed requests

This is not a bug - it is how the managed handler pre-condition works. It makes it so that the module will only be processed by pages that have a managed handler defined for them.You can take the...

View Article

BUG: IIS7 managed requests

In IIS7 we can tell a module to run for managed content (thus speeding up static content serving) by:<modules> ...<add name="WhateverName" type="WhateverType" preCondition="managedHandler"...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images