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 permission to prevent permission access errors)
Click File> New> Project to create a Web Project.
Select a Web Project template, click ASP. NET Web Application, enter the project name and solution name, and select the project storage directory.
Select the MVC Project template and click OK to create the MVC5 Web Project.
Wait for a while, the application is being built. After the application is built, we can see the web application that VS2013 helped us to create. From this, we can see the basic directory structure of the MVC 5 application.
Click Internet Explorer to run the Web application we created earlier.
A new page is available: Hello World, the World famous application, is displayed in front of us.
In the next chapter, we will continue the content of this chapter and further analyze the various Feature brought by MVC 5 web applications.