mvcturbine

ALL of my injected controllers' constructors are hit 4 times for each request

I'm using MVCTurbine in my application which automatically injects my controllers in my asp.net-mvc 2.0 website. My master pages, view pages, css, web.configs and javascript files are in my mvc project, all the rest (including the global.asax) are in seperate libraries. When I put a breakpoint at my Controller's constructors I notice th...