nettcpbinding
Certificate invalid forb netTCP in WCF
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[详细]
2023-02-13 04:02 分类:问答WCF netTCPBinding Built-in Transport Security Strength and HIPAA Compliance
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[详细]
2023-02-11 02:35 分类:问答Is there any difference in hosting net.tcp wcf services under Windows 7 and Windows 2008 Server in IIS?
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[详细]
2023-02-08 14:28 分类:问答Self-hosted NetTcp service timeout error
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[详细]
2023-02-07 20:46 分类:问答How to setup WCF Net.Tcp
I\'m trying to setup a wcf service to use net.tcp over I开发者_高级运维IS 7. Here is the error I get:[详细]
2023-02-07 06:40 分类:问答When does WCF NetTcpBinding need full trust on the client?
I\'m using WCF to communicate to several servers. For my local server netTcpBinding works like expected, no problems.[详细]
2023-02-05 05:56 分类:问答TimeoutException when WCF Host and Client are in the same process
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[详细]
2023-02-02 06:45 分类:问答Duplex communication using NetTcpBinding - ContractFilter mismatch?
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!)[详细]
2023-02-01 01:15 分类:问答Cannot send large messages over WCF
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[详细]
2023-01-29 20:35 分类:问答Restricted Remote WCF Service: Windows Authentication Prompt
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[详细]
2023-01-29 16:51 分类:问答