Soap Negotiation Exception with BasicHttpBinding
- by kyliod
I have a wcf client/server application that I'm trying to get deployed at a client location. I believe it's a cross-domain issue, as we've deployed it successfully on the same computer.
I'm currently using basichttpbinding and a custombinding that just uses Soap1.2:
if (!useBasic)
{
CustomBinding binding = new…