In this recipe, we will install HttpPlatformHandler on the WIN2016IIS server (this is the physical server) and configure httpPlatformHandler.dll and httpplatform_schema.xml from WIN2016IIS to Nano Server. We will configure our ASP.NET Core application on Nano Server. We will connect Nano Server remotely through PowerShell and manage IIS over the IISAdministrator module and Nano Server.
Configuring ASP.NET Core with IIS on Nano Server
Getting ready
To step through this recipe, you will need a Windows Server 2016 virtual or physical server for remote PowerShell management and installation of ASP.NET Core on Nano Server 2016. For all this installation and configuration work, you should have administrative privileges.
...