Hi
I currently have a website hosted on IIS7 upon "Default Web Site" and it is currently accessible (for example) via:
https://sitea.contoso.com
I created an new "WebSite" called "SiteB" and I wish it to be accessed (for example) via:
https://siteb.contoso.com
The bindings for "Default Web Site" works, meaning that I am able to access this site viahttps://sitea.contoso.com
However, I tried setting the Bindings for SiteB as follows, and could not be found viahttps://siteb.contoso.com (example)
If I Stop"Default Web Site", and the Restart"SiteB" with default Host binding, then "SiteB" does appear using "Default Web Site" url https://sitea.contoso.com (example).
Thereby, I know that"SiteB" does work, but only it isonly accessible using Default bindings.
So, how can I get SiteB to be referenced by siteb.contoso.com, andSiteA to still be referenced by sitea.contoso.com ?
Thank you
Jeff in Seattle