The main purpose of "Dot Net Labs" provide the dot net program. You can learn dot net, .Net Core, C#, SQL, Linq step-by-step.

Saturday 5 September 2020

Create MVC 5 Application and Run Application


Hello Friends, Here we will learn how to create default Asp.Net MVC application and run your application. So please follow the following step to creating a project which is easy. I will not take screenshot, it is only time waste. I hope you can create project to use the following steps.

Create Project

  • Launch Visual Studio
  • Go to File  New  Project.Make New Project
  • Select Template  Visual C#  Web in left panel and then select ASP.NET Web Application (.NET Framework) in middle Panel. Give Project Name and click OK.
  • In the next window, select MVC Template and change Authentication to No Authentication. Click OK.
  • Your ASP.NET MVC 5 Project is open now.

Build your Project

  • Build >> Build Solution(CTRL + SHIFT + B)

 

Debug, Compile or Run Your Project

  • Debug  >> Start Debugging(F5)


Project Without Debugging

  • CTRL + F5


Break Execution or Debugging

  • SHIFT + F5


Thanks for reading this blog. We will learn use of ASP.NET MVC 5 Folder Structure. 


 


0 comments:

Post a Comment

Do not enter spam link

Popular Posts