Uploading .NET web pages to a wildcard host
In this recipe, we are going to upload website application pages for the ssl.v2mysite.com
wildcard host site. The website application pages have been developed in .NET framework version 4.0.
We are going to upload simple HTML website pages as well to the demo.v2mysite.com
wildcard host for demonstration.
Getting ready
To step through this recipe, you will need a running IIS 10.0. You should have already created and configured the ssl.v2mysite.com and demo.v2mysite.com
wildcard hosts. You should also have administrative privileges.
How to do it...
- Log in to
Windows Server
2016, and go toServer Manager
. - Open Server Manager on Windows Server 2016. Click on the
Tools
menu and open IIS Manager. - Expand the IIS Server (
WIN2016IIS
). We get the listedApplication Pools
andSites
. You will get three websites listed in the sites folder--mysite.com
,v2mysite.com
, andv4mysite.com
--and two wildcard hosts,ssl.v2mysite.com
anddemo.v2mysite.com
. Now, we are going...