vote up 2 vote down star

IIS7 supports this by using <system.webServer> configuration element to set module's preCondition="managedHandler" attribute.

Since Cassini is a managed server it serves requests in a similar way as IIS7 does. All requests are handled by managed code. By similar I mean it executes HttpModules for every single request even if it's static content (scripts, style sheets, images etc.).

It also appears that Cassini ignores <system.webServer> configuration settings.

Q: Is it possible to either force Cassini not to execute complete pipeline for static content or to obey <system.webServer> settings?

flag

1 Answer

vote up 2 vote down check

No it's not. Which is why testing against IIS is always a good idea :)

link|flag
What about UltiDev's solution? Do you know how that one works? – Robert Koritnik Jul 22 at 16:49
I mean UltiDev Cassini (ultidev.com/products/Cassini) server that's an upgrated MS Cassini version. – Robert Koritnik Jul 22 at 16:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.