Estoy tratando de hacer un servicio WCF sobre basicHttpBinding para usarlo sobre https. Aquí está mi web.config: <!-- language: xml --> <service behaviorConfiguration="MyServices.PingResultServiceBehavior" name="MyServices.PingResultService"> <endpoint address=""...