|
-
Oct 8th, 2003, 05:37 AM
#1
Thread Starter
Lively Member
Authenticating Users in DOT NET
Hi,
I'm building an application that uses standard windows integerated security on our intranet.
What I would like to be able to do is authenticate users and if they are part of a window group display links to certain pages that only these users can see. Can anyone give any advice on this?
Thanks,
AuldNick
-
Oct 8th, 2003, 11:31 AM
#2
Frenzied Member
If you are using ASP, you could capturte user name by using
UserName = request.servervariables("LOGON_USER")
-
Oct 9th, 2003, 05:10 AM
#3
Thread Starter
Lively Member
Yes, but how do I authenticate that particular user against a group, I know how to get the user ID, I want to be able to user windows security, therefore not storing user id's\passwords etc within my application.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|