I am having a WCF Service which is hosted with IIS with nettcpbinding and Win开发者_运维问答dows authentication, I am trying to do authorization with user name/roles. But service is allowing any user
I have a WCF service which is hosted in a Windows Service and has net.tcp endpoint. The clients are in the same LAN (Workgroup) as the service but they don\'t have the server\'s Windows user accounts.
I\'m t开发者_JAVA百科rying to deploy a WCF service that uses a netTcpBinding (and a mexTcpBinding for metadata) on a remote server (Win 2008 R2) without installing IIS.
I am new at WCF programming model and I want to use netTcpBinding. Before I ask my question below this is my custom binding :
I\'d like to configure a NetTcpBinding programatically for a silverlight 4 client. (NetTcpBinding is now supported)
While trying to build a client-server WCF application in Mono we ran into some issues. Reducing it to just a bare example we found that the service only accepts one client at a time. If another client
The documentation around this topic is poor. I use WCF services with NetTcpBinding hosted in Windows service. The problem is that a session is dropped when it is inactive for some time. What I need is
Trying to call a WCF with a netTcpBinding via Silverlight, I am getting the error: \"TCP error code 10013: An attempt was made to access a socket in a way forbidden by its access permissions.. This c
I am encountering the following problems trying to work through the quagmire of settings in WCF... I created a WCF client-server service using a NetTcp binding. I didn\'t make any changes to the secu
A WCF service is based on NetTcpBinding. It may happen that a client silently vanishes, leaving the server without knowledge that it is not connected anymore.