Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have this code on my web.config...

Client:

HTML
security mode="TransportCredentialOnly">
            transport clientCredentialType="Windows" proxyCredentialType="None"
              realm="" />
            message clientCredentialType="UserName" algorithmSuite="Default" />
          /security>

Server:
bindings>
      basicHttpBinding>
        binding name="BasicHttpEndpointBinding">
          security mode="TransportCredentialOnly">
            transport clientCredentialType="Windows"/>
          /security>
        /binding>
      /basicHttpBinding>
    /bindings>

I get this error when playing my project 'The HTTP request was forbidden with client authentication scheme 'Negotiate''

PLEASE HELP, tried a lot of example on the internet but nothing works.. been changing the security mode and clientCredentilType but nothing works
Posted
Updated 8-Jan-13 23:34pm
v2

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