I think there are a couple valid MVC methodologies being debated here: The Primary-Controller Method , where one main Controller is essentially responsible for the start-to-finish processing of the Request/Response This is the method that the ASP.Net MVC CTP is currently geared towards, and understandably...