NTLM authentication using custom (asp.net) form

Dromheigueree

New Member
Is it possible to programatically authenticate a user using NTLM (on asp.net)?I would like to have control over the look and feel of the website where I would have a form that users enter their username/password. I would then query NTLM to validate the provided information and if valid, redirect them to a virtual directory?
 
Top