Hi,Please Answer Me.
i developed wcf service using wcf service application template,
and to consume these service to use the my own library,
then how to provide authentication to that wcf servicce.
Thanks and Regards
RK.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted May 7, 2012, 11:49 PM
Authentication in WCF is more or less same as authentication asp.net or web service.
please refer,
http://msdn.microsoft.com/en-us/library/bb398990.aspx
http://www.codeproject.com/Articles/36289/8-steps-to-enable-windows-authentication-on-WCF-Bao
hope this help.