I have tried installing Asp.net mvc4 on vs2010. Today, I tried to install ASP. NET MVC 4 on vs11.
You can use the magic web platform installer to install:
After installation, create Asp.net MVC 4 Project:
The following prompt is displayed:
By default, nuget is required to be installed ...... Okay, install nuget, restart vs11, and create a project again:
The default changes are not small:
You can see several newly added items, such as the icon next to the folder to enter the current folder, and the forward and backward buttons Under Solution Explorer ....
What surprised me most is the addition of knockout. js in the script folder. Wow, it's so cool...
Run the following command:
The entire template has changed. By default, if you have installed IIS Express, it will use IIS express to open the site...
Click the "Log on" button and you will find that the default logon is also Ajax logon, using jquery UI:
Registration page: