
ASP use NT Authentication revisted?
easiest answer:
Don't authenticate to an NT user.
Have a table which contains user name and password and whatever information
is pertinent to your application.
Then authenticate against this table.
Brian Beers
Quote:
>In the thread 'ASP use NT Authentication' located at
>http://x35.deja.com/=yahoo/getdoc.xp?AN=589663930&CONTEXT=952714345.3...
6
>4&hitnum=7 the question was asked how to force authentication and the
answer
>was provided... but....
>My question is how do you take a custom asp page with a text box for
>password and user id and submit it for authentication and get status back
as
>to success or failure without the IE built in dialog?