Getting an Security setting exception while accessing a WCF service
问题 Following are binding configurations of my WCF service. Anonymous access: off Basic authentication: on Integrated Windows authentication: off !! support HTTP protocol . I am getting an following exception while accessing my WCF service: Security settings for this service require 'Anonymous' Authentication but it is not enabled for the IIS application that hosts this service. <system.serviceModel> <bindings> <basicHttpBinding> <binding name="MyBinding"> <security mode="TransportCredentialOnly"