Uploading website pages
In this recipe, we are going to upload website pages to nanosite.com
; we will create the default.htm
file using PowerShell.
Getting ready
To step through this recipe, you will need a Nano Server 2016 instance with the IIS package installed. For all this installation and configuration work, you should have administrative privileges.
How to do it...
- 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); we will use ourWIN2016IIS
server to remotely connect with Nano Server172.16.15.63
. Before going to access the Nano Serverc$
share, you should configure the firewall on Nano Server to allow file and print service options. - Open the file explorer on
WIN2016IIS
server, and type172.16.15.63\c$\inetpub\wwwroot\nanosite
in the address bar. It will prompt you for the administrator password of your Nano Server instance. Once you provide the correct password, the Nano Server...