WCF client endpoint identity - configuration question
- by Roel
Hi all,
I'm having a strange situation here. I got it working, but I don't understand why.
Situation is as follows:
There is a WCF service which my application (a website) has to call. The WCF service exposes a netTcpBinding and requires Transport Security (Windows).
Client and server are in the same domain, but on different servers.
So…