WCF with custombinding on both http and https
问题 I have a WCF service with custombinding and it is working fine on either http or https. But I have totally no idea about how can I make it available on both http and https? Also is it possible to do that? Here's my configuration in web.config. <system.serviceModel> <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true"/> <behaviors> <serviceBehaviors> <behavior name=""> <serviceMetadata httpsGetEnabled="true" /> <serviceDebug