Changing ASP.NET MVC default folder structure

asp.net-mvc

Solution

This looks a lot like the new feature area's which is available in MVC 2 though it is currently in preview and will be release with VS 2010.

If you want to do it yourself without using areas then check out this article on view engines

Problem

Is it possible to change around the folder organization to the following and still have MVC work. P1 - Controllers - Models - Views P2 - Controllers - Models - Views etc..

Original source