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
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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:
How To – Use Username Authentication with the SQL Server Membership Provider and Message Security in WCF from Windows Forms
or check out all the other “How-To’s” to find the one matching your scenario.