Results 1 to 3 of 3

Thread: Authenticating Users in DOT NET

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Location
    Reading
    Posts
    70

    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

  2. #2
    Frenzied Member andreys's Avatar
    Join Date
    Sep 2002
    Location
    Los Angeles
    Posts
    1,615
    If you are using ASP, you could capturte user name by using

    UserName = request.servervariables("LOGON_USER")
    Visit my PROJECTS @ www.asprojects.com

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Location
    Reading
    Posts
    70
    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
  •  



Click Here to Expand Forum to Full Width