I have a service that was previously configured to use nettcp binding.This configuration worked. Its binding looked like this:
I am new to WCF, trying to create a .net WCF service app. i need to accept a xmldocumnet obj and username , password, do the authentication against Active directory and only allow certian role users.
I\'m on .NET 4.0, I have a 开发者_如何转开发wcf service which implements two contracts, one with protection level and one with no protection. Both specify in the Action and in the ReplyAction the \"*\
I am trying to host a WCF web service in IIS using Windows Authentication. Due to restrictions, we have to use the basicHttpBinding & use impersonation (impersonate the caller\'s identity for acce
I was r开发者_开发知识库eading an article about authenticating User with certificate to WCF service. Please correct me if I\'m wrong. As per my understanding each user need a certificate to authentica
I have a WPF client that connects to a WCF service, and I want to lock down some of the functionality so that only certain users can perform certa开发者_JAVA技巧in actions. The WCF service impersonate
We have a suite of WCF services that are exposed to the outside world. I want to add a new service to the mix, but I want to restrict this one to internal access only - basically, within our domain. W
I have a web service hosted in IIS 7 that is to be called from a WCF client that runs in a different domain.
I am using a WCF service client generated by slsvcutil form Silverlight toolkit version 4. I\'ve also tried version 3 with the same problems. When I use a client instance running on http with no user
Im trying to setup my config for my WCF service correctly. On our web server we are going to have a Service that is both accessible to Extenal internet users and Internal users.