In this article, I am going to discuss how to create the first ASP.NET MVC Application step by step from scratch using Visual Studio 2015. You can use any version as per your choice but the step will remain the same. Please read our previous article before proceeding to this article where we gave a brief introduction to ASP.NET MVC Framework.
STEPS:
Open Visual Studio 2017 and select File menu -> New -> Project, as shown below
From New Project Dialog window select ASP.NET Web Application(.NET Framework) and application name as well as location as show in below:
To change authentication just click on 'Change Authention' then Change Authentication dialog box will open select 'No Authentication' radio button and select OK.
Once you click OK button then it will take sometime to load project:
Now press F5 to run project in debug mode or Ctrl + F5 to run project without debugging as show in below:
That's it.We have done creating our first ASP.NET MVC application from scratch using Visual Studio.
In the next article we will learn about ASP.NET MVC Folder and File Structure.
Click here to Learn ASP.NET MVC Folder and File Structure
STEPS:
Open Visual Studio 2017 and select File menu -> New -> Project, as shown below
From New Project Dialog window select ASP.NET Web Application(.NET Framework) and application name as well as location as show in below:
Then Select MVC and change authentication as show in below :
To change authentication just click on 'Change Authention' then Change Authentication dialog box will open select 'No Authentication' radio button and select OK.
Once you click OK button then it will take sometime to load project:
Now press F5 to run project in debug mode or Ctrl + F5 to run project without debugging as show in below:
That's it.We have done creating our first ASP.NET MVC application from scratch using Visual Studio.
In the next article we will learn about ASP.NET MVC Folder and File Structure.
Click here to Learn ASP.NET MVC Folder and File Structure
Comments
Post a Comment