Testing uploaded web pages
In this recipe, we are going to test the website v5mysite.com
, which we've created and configured. We will create an Allow rule on Nano Server for port 8082 in the firewall, and we will set the default page to v5mysite.htm
in the Default Document
setting for the website v5mysite.com
. We will browse v5mysite.com
and verify the default page.
Getting ready
We are going to remotely connect to Nano Server through PowerShell and use the IISAdministrator
module. You will need a Windows Server 2016 virtual or physical server for remote PowerShell management of Nano Server 2016. For all this installation and configuration work, you should have administrative privileges.
How to do it...
- We have created the application pool
NanoAPP
and assigned it to the websitev5mysite
; we haven't yet made the ASP.Net configuration on IIS Server. We will test the application pool in the next chapter. Let's remove the entry of the application pool inv5mysite
.
- Log in to Windows Server 2016...