This walkthrough illustrates how to create an ASP.NET MVC areas application using a Visual Studio solution that contains a single project. The walkthrough creates the functional framework for a weblog (blog) site that has the following areas:
- Main. This is entry point to the Web application. This area includes the landing page and a log-in feature.
- Blog. This area is used for displaying blog posts and searching the archive.
- Dashboard. This area is used for creating and editing blog posts.
http://msdn.microsoft.com/en-us/library/ee461420(VS.100).aspx