0
kicks
MonoRail and Windsor integration
Although the procedure of enabling Windsor Container integration is explained quite well in the documentation, I ran into some trouble today. As required by the Windsor integration I made my HttpApplication instance implement IContainerAccessor, created a WindsorContainer instance in Application_Start and returned that instance in the Container property. Still the MonoRail runtime was complaining: The container seems to be unavailable in your HttpApplication subclass. Here's how I fixed it.