1. MVC 5 Application Environment configuration (refer to my machine configuration)
Win7 x64 Enterprise
Visual Studio Express 2013 for Web or Visual Studio 2013
2. Create a simple MVC 5 application
Start VS2013 (with administrator permissions, prevent permission access errors)
Click File->new->project to create Web Project
Select the Web project template, click ASP.net web application, enter project name and solution name, select Project Storage directory
Select the MVC project template and click the OK button to create MVC5 Web project
Waiting for a while, the application is building, and when the application is built, we can see the Web application that VS2013 helped us create, from which we can see the basic directory Structure of the MVC 5 application
Click Internet Explorer to run the Web application that we created earlier
A new page opens: Our world-famous app Hello World shows up in front of us.
We will continue this chapter in the next chapter to further analyze the various feature that the MVC 5 Web application brings.