I\'m learning WCF. I\'ve created a WCF service w开发者_运维百科hich uses a local SQL Server database. I\'ve configured the database server to use Windows authentication. When I use the WCF service wit
I have Service x I make authentication for the service with membership provider and I\'m the DB and active directory users
so how can i assign开发者_开发技巧 read/write access to this account (Network Service) or should i create a new account? the WCF service will be on public domain
I have a WCF service that must be called by some Active Directory user. How can I restrict the allowed callers for tha开发者_StackOverflowt WCF service to a specific AD group?Since you appear to be u
I\'m reading a book on WCF and author debates about pros of using message-level security over using transport-level security. Anyways, I can\'t find any logic in author\'s arguments
Never had pr开发者_运维百科oblems before but after upgrading to .NET 4, I am getting \"Access is Denied\" when trying to invoke a WCF method over HTTPS.If I use HTTP instead of HTTPS, everything works
I am trying (desperately) to get a customer authentication provider working for my WCF service. So far I have the following code;
I\'m investigating using a WSHttpBinding in WCF with transport security and Windows authentication.However I\'m having problems finding information on what restrictions using this applies to the serve
I have a Windows Service (not a webservice) and I need 开发者_开发百科to provide some security. ie. Only authorise users run methods of the service.
What is the advantage of using a trusted certificate instead of self-signed for message security in WCF?