It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'m trying to implement some cross process communication that is between multiple computers and one server on the same network.What I\'m trying right now is to use WCF with NetTcpBinding, hosted with
Is this possible? trying to look for examples that show a message being published by the server and having multiple clients subscribed to those message开发者_如何学CsTechnically, you could probably bu
Referring to a video tutorial about WCF service in windows service,i have created a sample WCF service and hosted that Service with netTcpBinding in Windows Service.(since i want this WCF service to r
I am attempting to set up a web service that uses windows authentication and NetTCPBinding on IIS 7.currently I am getting this error when I attempt to access the wysdl
I want to consume a webservice written in .NET from iPhone 开发者_JAVA百科, it uses NetTcpBinding shows in wsdl. is it possible to consume webservice other than BasicHttpBinding from iphone?. If possi
when I tried to send file using WCF service I get this exception The formatter threw an exception while
I am totally new to this and trying to host the simplest WCF service with a net.tcp binding I have Windows 7 Professional and IIS7 and have enabled NON http activation.
We have the followin开发者_如何学Gog netTcpBinding in the service.In one particular scenario, we have a huge database operation that takes around 35 minutes to complete.I am getting “The socket conne
I have a WCF service that has two endpoints. One with basicHttpBinding and one with netTcpBinding. Here is my config...