Hi, My Admins set up a virtual Win 2012 / IIS 8 64 bit server. They installed our wildcard cert and bound all unassigned ip's to the default web site. (Default Website that is installed with IIS) They made no hostheader entries and the server works as expected on 443 and 80 (https / http) So, We installed a new website and only bound it to 443 with a host entry. It works fine. Here is the issue, If I disable the default website, OR remove the 443 binding OR turn off anonymous access on the default website, Our new (non default) website stops working. I tried editing the binding in the applicationhost.config file as suggested in a document but that resulted in the same effect. How can I disable this default website? Or, at least stop it from binding to 443 and still allow my New site to work?
↧