

Select Yes if you trust the IIS Express SSL certificate. Visual Studio displays the following dialog when a project is not yet configured to use SSL: Select Ctrl+F5 to run the app without the debugger.

Add them?, select Yesĭotnet new mvc -o MvcMovie: Creates a new ASP.NET Core MVC project in the MvcMovie folder.Ĭode -r MvcMovie: Loads the MvcMovie.csproj project file in Visual Studio Code.įor Visual Studio for Mac, see the. If a dialog box appears with Required assets to build and debug are missing from 'MvcMovie'. Run the following command: dotnet new mvc -o MvcMovie For more information, see Getting started with VS Code and Visual Studio Code help.Ĭhange to the directory ( cd) that will contain the project. The tutorial assumes familiarity with VS Code. Visual Studio uses the default project template for the created MVC project. NET 6.0 (Long-term support).įor alternative approaches to create the project, see Create a new project in Visual Studio.

It's important to name the project MvcMovie.

