net.tcp
This could be due to the service endpoint binding not using the HTTP protocol
I have a WCF Service running fine on my local machine. I put it on the servers, and I am receiving the following error:[详细]
2023-03-02 04:05 分类:问答why tcp and net.tcp is not good for internet applications?
i read the following sentence form Silverlight Data & Service book(Chapter 7): \"just like TCP, net.tcp is a good fit for intranet[详细]
2023-03-01 05:49 分类:问答Host WCF in IIS 7 using net.tcp binding
I am hosting a WCF service in IIS 7 through net.tcp binding. I have two questions about IIS configuration.[详细]
2023-02-19 00:43 分类:问答Detect socket disconnect in WCF
We\'re building a WCF server (.NET 4.0). It will only use net.tcp transport. When a client closes the TCP connection, the server gets unhandled CommunicationException, and terminates.[详细]
2023-02-18 13:19 分类:问答net.tcp hosted in IIS7.5 on windows 7 virtual machine using .NET 4.0
I have the simplest WCF service which works when hosted in IIS using basicHttp binding. It has one empty method called DoNothing which takes no parameters and returns a void[详细]
2023-02-13 00:20 分类:问答best way to push database changes using net.tcp communicationa and silverlight
What is the best way to push database chang开发者_如何学JAVAes to silverlight ui using net.tcp communications?Sql Notifications? query notifications, clr triggers?or just poll the database every so ma[详细]
2023-02-08 02:45 分类:问答Timeout problem in distributed transaction over WCF net.tcp binding
I have a strange timeout problem when running a distributed transaction over a WCF net.tcp binding. The transaction always times out after exactly 10 minutes. I think I have set all the timeouts I kno[详细]
2023-01-29 14:32 分类:问答NetTcpBinding and Windows 7 firewall
I have an wcf winforms self-hosted app using nettcpbinding.(net.tcp://aaa.homeip.net:9388) The problem is windows 7 firewall, I added the exception on the inbound and outbound list (port 9388) but sti[详细]
2023-01-28 03:44 分类:问答How to detect client-side if the server disconnects me?
I have a WCF self-hosted service with a net.tcp DuplexChannel. On the server I run the following to disconnect a client:[详细]
2023-01-27 10:59 分类:问答WCF (net.tcp) service: Works on all but one system
I\'ve written created a WCF service inside a Windows service, and for some reason I can\'t figure out, I deployed the service on a bunch of systems(all nearly identical in OS and configuration), and i[详细]
2023-01-10 02:20 分类:问答