I have a WCF Service running fine on my local machine. I put it on the servers, and I am receiving the following error:
i read the following sentence form Silverlight Data & Service book(Chapter 7): \"just like TCP, net.tcp is a good fit for intranet
I am hosting a WCF service in IIS 7 through net.tcp binding. I have two questions about IIS configuration.
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.
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
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
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
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
I have a WCF self-hosted service with a net.tcp DuplexChannel. On the server I run the following to disconnect a client:
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