In this recipe, we will create an ASP.NET Core website application and run it on Visual Studio 2017.
Understanding ASP.NET Core with IIS on Nano Server
Getting ready
To step through this recipe, you need Visual Studio 2017 set up. For all the installation and configuration work, you should have administrative privileges.
How to do it...
- Log in to your Windows 10 PC or Windows Server 2016. We've already installed Visual Studio for testing, so open it.
- Open the File menu, create a new project, and select .Net Core and application type ASP.NET Core Web Application ...