how to design WCF service that when user will going to access it then he has to pass user id & password. help me with small code. thanks
2 Answers
The WCF Security Guidance on Codeplex has lots of those "how do I do this...." kind of samples for anything security related.
For your case, you might want to look at:
or check out all the other "How-To's" to find the one matching your scenario.