Configuring a wildcard host
In this recipe, we are going to configure the wildcard host SSL.v2mysite.com
for an application pool. We will implement the Default Document
settings of the wildcard host, with the permissions of that wildcard host. We will also implement the basic and advanced settings of the wildcard host.
Getting ready
To step through this recipe, you need a running IIS 10.0 instance. You should have already created wildcard hosts. You should also 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
) from theConnections
panel. We get the listedApplication Pools
andSites
.
- Expand the
Sites
folder, and you will see the listed sites--mysite.com
,v2mysite.com
,v4mysite.com
--and you will get the wildcard hosts,ssl.v2mysite.com
anddemo.v2mysite.com
:

- Select
demo.v2mysite.com
to get the properties of thedemo.v2mysite.com
wildcard host from theActions
panel...