Currently in the early stages of developing a very large project using ASP.Net MVC.
At present we are using the standard format (Ie Folders for each of the Models/Views/Controllers) Allready I am starting to see a large codebase that has the potential to multiply 100x over and for the sake of future maintainability i'm considering moving all the Models and Buisness logic into a seperate class library, leaving the controllers and Views in the MVC project.
Does anyone have any thoughts on this? Has anyone has a similar experience?