NT athentication using ASP.NET webform

S

Spsk

I would like to do NT User Id/Password authentication on my web page
using ASP.NET web form. Some thing like user will enter user id and
pssword in my website instead of popup window and when they hit login
button i want to validate.

Regards,
Spsk
 
B

bruce barker

use forms authenication, then use AD to validate.

-- bruce (sqlwork.com)


| I would like to do NT User Id/Password authentication on my web page
| using ASP.NET web form. Some thing like user will enter user id and
| pssword in my website instead of popup window and when they hit login
| button i want to validate.
|
| Regards,
| Spsk
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top