Create new project
To create a new project, open Visual Studio, I am using Visual Studio 2015 Professional.
![Visual Studio]()
It will open a new window. Choose Visual C# Web, followed by ASP.NET Web Application(.NET Framework).
Enter the name of the application, which I have entered in MyFirstMvcApplication, followed by changing the location. If you want to save the project to some specific location, then click OK button.
![Visual Studio]()
After clicking OK button, it will open a new Window. From the new Window, select MVC and then click OK button.
![Visual Studio]()
It will open a new Window, if you want to host your project on Azure. There is a need to fill the required information related to the Azure subscription. For now, just click Cancel button.
![Visual Studio]()
After clicking the Cancel button, it will take few seconds and afterwards, your project is created. Your default project structure looks, as shown below.
![Visual Studio]()
Press F5 and your Application is ready to use.
![Visual Studio]()