I have several machines connected through a wireless router.
When I build a WCF Service in one of the machines with "Security mode = 'None'", then I don't have any problem building client applications that access and use that service from other machines.
But when I try to use a security mode, say "Security mode='Message'", then I start having problems, I get a SecurityNegotiationException: The caller was not authenticated by the service.
Each machine has it's machine name, windows user name and password. I allow peer to peer file access between them.
I'm using netTcpBinding this time.
Please, I need help here...