Web Service Authentication in C# Web Application i.e Details on Digest and Basic Authentication
Posted
by
NSK
on Stack Overflow
See other posts from Stack Overflow
or by NSK
Published on 2008-12-24T06:36:00Z
Indexed on
2012/09/27
21:38 UTC
Read the original article
Hit count: 185
c#-2.0
Details on all Web Service Authentication methods and How to apply those?? i.e Way to apply Basic and Digest Authentication in C# Web Application.
More: I'm creating a Web Service and want to deploy it on IIS 5.0. In order to authenticate user I want to use Digest Authentication. How this is done? The authentication should contain some through which the user is checked inside database for authentication and then if valid user then return success or else failure...
© Stack Overflow or respective owner