You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Third you want to register controller handling by Castle.Windsor IoC container. For that just include RegisterControllers task into bootstrapper tasks executing sequence:
Next you should write some installers for IoC container (see http://docs.castleproject.org/Windsor.Installers.ashx). Place them somewhere in your application folder (for ex. into /Infrastructure) and it will be picked up automagically. Note that you shouldn`t install your controllers by that way, becouse it is already installed by framework.