OK I think there is maybe too much information about Castle Windsor because looking for these keywords gives me examples of everything, and frankly I don\'t underst
Both constructor and property injection work when the root object is resolved by the container. In this case, yourAccountController
would be the root object that Windsor would need to create.
In order to wire this up, you should use a controller factory. Once the controller is registered and resolved by the container, everything should work as you expect.