WCF - Disabling security in nettcpbinding (c#)
Posted
by daniel-lacayo
on Stack Overflow
See other posts from Stack Overflow
or by daniel-lacayo
Published on 2010-04-30T22:47:10Z
Indexed on
2010/04/30
22:57 UTC
Read the original article
Hit count: 524
Hello everyone.
I'm trying to make a self hosted WCF app that uses nettcpbinding but works in an environment without a domain.
It's just two regular windows pc's, one is the server and the other one will be the client. The problem with this is that when I try to get the client to connect it's rejected because of the security settings.
Can you please point me in the right direction as to how I can get this scenario to work?
Should I (if possible) disable security? Is there another (hopefully simple) way to accomplish this?
Regards,
Daniel
© Stack Overflow or respective owner