Friday 24 May 2013

HttpModules not firing under Cassini

If you are using Visual Studio 2010 this could be because 2010 Cassini uses IIS 6.0 syntax to register the HTTP modules. So if you have IIS 7 syntax in your config it'll just happily ignore it without flagging it.

check your config and update your syntax to IIS 6.0 and it should all work again.

No comments:

Post a Comment