Testing uploaded website pages
In this recipe, before starting to test these sites, it's important to verify the Default Document settings of the wildcard hosts ssl.v2mysite.com
and demo.v2mysite.com
. We are going to test web application pages developed in framework version 4 and upload them to wildcard host ssl.v2mysite.com
. We will also test our HTML web page with wildcard host demo.v2mysite.com
, which has already been uploaded.
Getting ready
To step through this recipe, you will need a running IIS 10.0 instance. You should have already created, configured, and uploaded web pages for wildcard hosts ssl.v2mysite.com
and demo.v2mysite.com
. You must have administrative privileges.
How to do it...
- Log in to Windows Server 2016, and go to
Server Manager
. - Click on the
Tools
menu and open IIS Manager. - Expand the IIS Server (
WIN2016IIS
). You will get the listed Application Pools
andSites
. You will get three websites listed in the Sites folder--foldermysite.com
,v2mysite.com
, andv4mysite.com
--and two...