How to Enable Windsor integration(MonoRail)
enabling Windsor Container integration, your controllers and filters might request dependencies that can be satisfied by the container, thus leading your design to a loosely coupled architecture. Table of contents Necessary assemblies on the web project Web.config Global.asax Container set ...