How to create MVC Application

Open Visual Studio 2017 and select File menu -> New -> Project, as shown below.

From 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. Enter the name of your project MVCDemo1. (You can give an appropriate name for your application). Also, you can change the location of the MVC application by clicking on Browse.. button. Finally, click OK.

Leave a Reply

Your email address will not be published. Required fields are marked *