Asp .Net MVC - SPLessons

ASP.Net MVC Application

Home > Lesson > Chapter 3
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

ASP.Net MVC Application

How to Create an MVC Application?

shape Description

To create MVC Application, Please follow the below steps.

shape Step 1

Open the Visual Studio Ultimate 2013. Go to File->New->Project as shown in the below figure.

shape Step 2

Then, the New Project window will be opened as shown in the below figure.

shape Step 3

Select Web -> ASP.NET Web Application ->Give the Name for application-> Click on OK as shown in the below figure.

shape Step 4

Then, the New ASP.NET Project window will be opened. Select the MVC and click on OK as shown in the below figure.

shape Step 5

Then, the window will appear as shown in the below figure.

shape Step 6

Click on f5 in the keyboard or click on the option marked in the above image in step 5 to run the application. Then, the output will be displayed in the browser as shown in the below figure. This is the way to create an MVC Application.