Basic Authentication with IIS 6.0 and Asp.Net

Is it possible to provide Basic Authentication to clients using ASP.Net to authenticate the request in IIS 6.0 (I'm pretty sure it can't be done in 7.0 without too much trouble).

+1


source to share


1 answer


Bjorn has some source code that does this task.



http://blog.smithfamily.dk/2008/08/27/ImplementingBasicAuthenticationInASPNET20.aspx

+2


source







All Articles