You could use ADSI to do it...
Cheers
Ken
[quoted text, click to view] "Aaron Bertrand [MVP]" <aaron@TRASHaspfaq.com> wrote in message
news:%23yuIbR1tDHA.1888@TK2MSFTNGP10.phx.gbl...
: Don't use a form, just use Windows Authentication on the application/site.
:
: You can't take a plain text password from a form, and "check" it against
: Windows Authentication, AFAIK. This would be a *H*U*G*E* security hole.
:
: --
: Aaron Bertrand
: SQL Server MVP
:
http://www.aspfaq.com/ :
:
:
:
[quoted text, click to view] : "Zille Hassan" <zhassan@umg.com.sa> wrote in message
: news:e9s1cVztDHA.3744@TK2MSFTNGP11.phx.gbl...
: > Dear All
: >
: > Newbie question here. i design form to take input from
: > user(username,password). How do i autheticate if the user is Windows
: Domain
: > user and once it has authenticated successfully, how do i forward to the
: > success page.
: >
: > Any help would be appreciated.
: >
: > Regards
: >
: > Zille.
: >
: >
:
: