
This responsive UI will change its look and feel based on the screen size of the different devices. MVC 5 project includes JavaScript and CSS files of bootstrap 3.0 by default. It will open the home page in the browser, as shown below. Now, press F5 to run the project in debug mode or Ctrl + F5 to run the project without debugging. Wait for some time till Visual Studio creates a simple MVC project using the default template, as shown below. Here, we are keeping the default authentication for our application which is No Authentication. You can select appropriate authentication mode for your application, as shown below. You can also change the authentication by clicking on Change Authentication button. Finally, click OK.įrom the New ASP.NET Web Application dialog, select MVC (if not selected already) as shown below. Also, you can change the location of the MVC application by clicking on Browse. (You can give an appropriate name for your application). Open Visual Studio 2017 and select File menu -> New -> Project, as shown below.įrom the New Project dialog as shown below, expand Visual C# node and select Web in the left pane, and then select ASP.NET Web Application (.NET Framework) in the middle pane.Įnter the name of your project MyMVCApplication. NET Framework 4.6 to create our first MVC application.ĭownload the latest version of Visual Studio from /downloads.

We are going to use ASP.NET MVC v5.2, and Visual Studio 2017 community edition, and. In this section, we will create a new MVC web application using Visual Studio and understand the basic building blocks of the ASP.NET MVC Application.
