This topic is locked

Windows Authentication

10/14/2005 9:38:21 AM
ASPRunnerPro General questions
A
aspbeginner author

Is there any way to use the Windows Authentication (Active Directory/LDAP) on the login.asp page?

W
WeB 10/14/2005

Good Question

500345 10/15/2005

I am looking for the same information, can somebody please help on this area.I

Sergey Kornilov admin 10/17/2005

Sure, here is the tutorial that explains how yo use LDAP authenctication

http://www.4guysfromrolla.com/webtech/041800-1.shtml

A
aspbeginner author 10/22/2005

What if I just want to use the local accounts on the computer for the login.

Sergey Kornilov admin 10/25/2005

I guess you can setup this in IIS control panel prohibiting Anonymous access.

A
aspbeginner author 10/27/2005

I have done that. IIS prompts for a username and password, but then the login.asp prompts for the same thing. How can I tie the two of them together so that the login.asp page uses the IIS authentication?