ASP.NET MVC 4 Beta Install

2012-03-27


Let’s try ASP.NET MVC 4 Beta now since MVC 4 is so great, we can not wait for the final version released.

The old WCF Web API now moved in ASP.NET MVC 4. Also, another top feature of ASP.NET MVC 4 Beta is new mobile project template and new features to support mobile apps.

The download place: ASP.NET MVC 4 Beta page.

The download file name: mvc4vs2010.3f.3f.3fnew.exe. Double click the file to install.

The first screen is:

mvc4beta00

Then:

mvc4beta01

Prerequisite is ASP.NET MVC Installer for Visual Studio 2010:

mvc4beta02

Installing:

mvc4beta03

Wait some while, maybe over 10 minutes. finally got the installation done message:

mvc4beta04

When you open Visual Studio 2010, you will see the MVC 4 Application:

mvc4beta05

And you can see Mobile Application template and Web API template.

mvc4beta06