I am trying to host my service using following configuration. <system.serviceModel> <services>
Can someone point me to a [relatively] simple walk-through on how to properly configure an ASP.Net hosted WCF 4.0 service to impersonate the credentials of a caller for just certain methods of the ser
I\'m using the WCFTestClient to debug a service. This normally works like a charm. This particular service is using SSL and I need to pass the user name and password. I can right click and edit the co
I\'m using the excellent DuplexHttpBinding. I now want to extend it so that I can use transport security with message credentials. I have some normal BasicHttpBindings set up in this mode like so:
I\'m getting this error in my event log for a Windows hosted service. Service cannot be started. System.InvalidOperationException:
Details about my service: A file upload service Transfermode is set to stream Service is hosted in IIS 7.
I have a secure WCF service with custom authentication. When I am stress testing it - having a few dozens of clients connect at the same time, I often get the following exception in my server-side log
I have WCF service that uses wsHttpBinding and authentication with certificate. I run this service on multiple machines and my firewall routes the request to the different servers.
I have the following scenario: Multiple users (< 100) User accounts in AD (under different groups) Every group in AD corresponds to a internal department; each department have at least one superv
I have a WCF Service hosted on a server with Real IP but no开发者_StackOverflow社区 domain name. Clients are .NET desktop applications.