ASP.net Login Page with Active Directory

B

Björn K

Hello Guys,
i need to program an ASP.net Webapplication.
This application should be only used by members of a specific group.
So I want to write a Login-page like this:

Username:
Password:

(Login-Button)

After a successful login, the user will be redirected to another site.


I only managed it, that I can ask the Active Directory if a user is in
a specitic group. But no query for the password at all... For this, I
use the ismember function, but i think this is the wrong way for a
username / password query!

I use the Visual Web Developer 2005 Express Edition!

Please tell me the easiest way :)

Can anybody help me?
 
A

arnabit

You can check whether the user id and password combination is there
using active directory ,if the user id password is valid then only
check wether the user belong to the specific group.
 

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