In a Project being upgraded I have to Consume a WCF service ( Service A)published by 3rd party ( no Control) in my WCF Service.
The current situation is as follows: We have an production .net 3.5 WCF service, used by several applications throughout the organization, over wsHttpBinding or netTcpBinding. User authentication is b
Is it possible to configure a WCF service to use sessions, and also n开发者_如何学JAVAot to require the client to send any credentials?
I have a WCF application hosted on IIS 6 that needs to Have 2-way SSL authentication Validate client certificate content with some client host information
can i implement a custom claim aut开发者_Go百科horization policy for self hosted WCF service (in windows service) without the need for iis installation?
I have tried every combination to allow unauthenticated access to WCF as in \"Local System\" accounts, in IIS without success. Here is开发者_开发知识库 what I\'ve most recently tried:
I have a WCF service self hosted in a console application. I need to use a custom username and password validator (I wrote a class that inherits from UserNamePasswordValidator for this purpose).
I have WCF service accessible over Internet which uses wsHttpBinding with message security mode and username client credentials.
I have a client app that makes calls to a WCF service. This app is on a public computer that\'s easily accessible and anyone can easily copy the .EXE and .CONFIG of my app into another machine and sta
I have created WCF and I have used wsHttpBinding and MTOM as message transport with authentcation as \"Windows\".