I have a scenario where my WCF service is hosted but should return different response to different clients and also different security/authentication options.
How to implement that ? Idea and small model code would be appreciable.
Client A and Client B suppose consumes the service. Client A should be given some data and Client B should be given some other data and also both of them should have different access rights/permissions....
Thank you...