I have a client/server application using WCF. When opening a channel between my machine and a server from another domain, the following SecurityNegociationException is raised:
Either the target name is incorrect or the server has rejected the client credentials.
And that only started a couple of days ago. It had been working before, and still works from another machine with the same credentials. I'm suspecting files in the AppData folder, but i still have no idea what it could be.
Does anyone please have an idea about how to solve this kind of problem?