WCF duplex service using net tcp: “Stream Security is required…”
I'm writing a service that allows users to register with it and receive notifications when an event happens. I'm trying to do this with netTcpBinding, but keep coming up with errors, even when running on my local machine. When I try to send a notification, I am timing out, getting this error: Stream Security is required at http://www.w3.org/2005/08/addressing/anonymous , but no security context was negotiated. This is likely caused by the remote endpoint missing a StreamSecurityBindingElement from its binding. For testing I am hosting the service in a console, and it is opening for me and I