Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,
How can we implement wsHttpBindiing with Transport security with windows authentication[clientCredentialType].

I have Created WCF Service and when I am going to add below highlighted key in web. config error has been occurred.

HTML
<bindings>
      <wshttpbinding>
        <binding name="TransportSecurity">
          <security mode="Transport">
            <transport clientcredentialtype="Windows"></transport>
          </security>          
        </binding>
      </wshttpbinding>
    </bindings>



Error :-
Could not find a base address that matches scheme https for the endpoint with binding WSHttpBinding. Registered base address schemes are [http].
Posted
Updated 26-Nov-15 22:02pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900