Click here to Skip to main content
15,913,941 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I was creating wcf service in .net 3.5 and used basicHttpBinding, with this configuration service running fine. If I change binding to wsHttpBinding it gives me error "soap security negotiation with for target failed".

Then I have specified <security mode="None" />,  and the service running fine now.

But I am unable to understand, why we need to use this.

Please clarify.
Posted
Comments
SPASWIN 11-Jun-13 11:33am    
Remove security mode="None" from binding config

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