Forcing exact hostname match in IIS
- by iis_newbie
I am looking how to force an exact hostname match within IIS when using https. For instance, I want "https://works.mysite.com/resource" to be ok, but "https://noworks.mysite.com/resource" to return 404 (assuming they both resolve to the same IP).
IIUC, the default behavior of IIS when going to "https://noworks.mysite.com/resource" is to get a…