How To Start Project Or Website In Asp.Net MVC

 

In This Section I Will Create A New Asp.Net MVC Application

 

Download Latest Version Of Visual Studio visualstudio.microsoft.com/downloads. 

 

#1:Open Visual Studio Application

 

#2: Click File -> New -> Project(Cntr+Shift+N)

 

#3 Select Visual C# -> Web


 

In This Section You Select The Visual C# Then You Show The All Available Platform Like Windows,Web Then You Must Be Select The Web After Select The Web Then Display All Platform In Web Then You Select The Asp.Net Web Application Then In Name Textbox Write Your New Application Name And Select File Location To Click On Browser Then Click On OK To Start Next Process.


#4 Select MVC

From the New ASP.NET Web Application dialog, select MVC (if not selected already) as shown below.

Then Click Ok And Wait For Some Time To Creating Application.

 

#5 Opening Application

While Opening Project You Get The Inbuilt Created One Application For Reference.

 

#6 Run Project


In this way, you can create your ASP.NET MVC 5 application using Visual Studio 2017.

Learn about ASP.NET MVC project's folder structure in the next section.