HighTechTalks DotNet Forums  

Re: ASP.net Login Page with Active Directory

ASP.net ASP.net discussions (microsoft.public.dotnet.framework.aspnet)


Discuss Re: ASP.net Login Page with Active Directory in the ASP.net forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
arnabit@gmail.com
 
Posts: n/a

Default Re: ASP.net Login Page with Active Directory - 12-18-2007 , 06:49 AM






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.

Björn K wrote:
Quote:
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?

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.