I\'m trying to get my WCF service to use certificate-based encryption in my local environment so that it\'ll talk to machines in different domains when its out in the live environment. I had the servi
What is the strength of the default TCP transport security using WCF netTCPBinding?Is it HIP开发者_运维问答AA compliant and where is documentation stating this?HIPAA compliance only says what, not how
I have a situation where I can\'t host a service using net.tcp under windows 7 but it works fine on windows 2008 server. I have enabled WAS, and made the same settings in both windows 7 and windows se
I have a windows service which houses a WCF NetTcp host. From the client, when I start making calls to the service via tcp, they go through fine at first but then after a few minutes they all start to
I\'m trying to setup a wcf service to use net.tcp over I开发者_高级运维IS 7. Here is the error I get:
I\'m using WCF to communicate to several servers. For my local server netTcpBinding works like expected, no problems.
I\'ve ran into a really weird problem. I am building a heavily distributed application where each app instance can either be a Host and/or Client to a WCF-Service (very p2p-like). Everything works fin
I\'m making slow and steady progress towards having a duplex communication channel open between a client and a server, using NetTcpBinding.(FYI, you can observe my newbie progress here and here!)
Im using WCF for sending all sorts of messages and this message in perticular is about 3200000 bytes plus some strings and headers. The large paylode is a serialized object retrieved from the host thr
I want to let remote administrators (with local or domain credentials) control my Windows service via a WCF TCP binding. To do this, I need to authenticate the remote user a开发者_JAVA百科s an adminis