Configuring an IIS 10.0 website on Nano Server
In this recipe, we are going to configure a website nanosite.com
in IIS 10.0 on Nano Server 2016 through PowerShell. We will set up the nanosite.com
website IP binding and also get an overview of modifying the physical path of nanosite.com
.
Getting ready
IIS 10.0 on Nano Server can be only managed with PowerShell; you will need a Nano Server 2016 instance with the IIS package installed. For all the installation and configuration work, you should have administrative privileges.
How to do it...
- Let's modify the website's properties. We have a direct editing method we can use and modify
nanosite.com
. - Go to the
WIN2016IIS
server. To access Nano Server 2016, we have to first log in to theWIN2016IIS
server (any Windows Server 2016 or Windows 10 machine will do), and we will use ourWIN2016IIS
server to remotely connect with Nano Server at172.16.15.63
. Before going to access the Nano Server'sc$
share, you should configure the firewall on Nano Server...