So I have a follow up question based on How To Setup Subdomains on iis
I am using IIS 8, and I am looking to point my subdomain to my current default website. Currently we have www.mydomain.com
, and I setup a subdomain in our DNS A Record that is account.mydomain.com
pointing to the same IP address of mydomain.com
.
I figured the way to create the subdomain is now to go to Site Bindings under the Default Website in IIS and add a site binding with the hostname account.mydomain.com
but I am getting an error that says the server IP address cannot be found. The reason I didn't want to create a new Site in IIS is because we have certain properties and permissions that are setup.
Eventually we will be changing the IP Address of www.mydomain.com
to be pointing to something new, but for the time being we need account.mydomain.com
to point to the same location as www.mydomain.com