- From the Visual Studio menu, select File > New > Project.
- Under the Templates section of the New Project dialog box, select Visual C# > Web.
- Select ASP.NET Core Web Application (.NET Core).
- Give your new application a name (or take the default) and select OK.
- Under ASP.NET Core Templates, select Web Application and select OK.
- Unselect Host in the cloud. You'll be using Docker as your deployment solution.