moved net.tcp WCF services from localhost to IP address on new site, services won't load
问题 I have a website running 2 WCF services. Working awesome until I needed to move them from the "Default Web Site" in IIS7 to a dedicated website with a new IP address. Now I get the error message: "...could not be loaded because more than one endpoint configuration for that contract was found. Please indicate the preferred endpoint configuration section by name" ALL I did was change: net.tcp://localhost/... TO: net.tcp://10.1.2.204/... I have changed every spot in my configs which once used