Author: Visual Web Developer Team Blog | Posted on: 10/6/2009 11:56:00 AM | Views : 733

Last week we released ASP.Net MVC 2 Preview 2 for Visual Studio 2008 Sp1. In the box support for single project areas is now included and the Add View tool has been modified to streamline this scenario. A walkthrough that creates two simple single project areas can be found here . If you follow the steps in the walkthrough you will notice that Add Controller and Add View are now available in the single project areas in your ASP.Net MVC 2 Preview 2 application. Here are some screenshots that show off the tooling changes. Right-Clicking the Controllers folder of any single project area (Areas ?> Blog ?> Controllers) will invoke the familiar Add Controller dialog. The new controller will be added to the Controllers folder of the single project...(read more) ...

Go to the complete details ...