use windows password in asp?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nikou_70
    New Member
    • Nov 2005
    • 10

    use windows password in asp?

    I have an ASP page intranet application hosted on IIS in a Windows xp. I need to provide restricted access to various portions of the site based on the user's username/password. I do not want the users to have a separate username/password for the site, but to use his/her existing Windows username/password for access.
    Is there a way to capture the Windows username/password and provide site access based on this? Is there a way of providing such access using Active Directory concept.
  • caydes
    New Member
    • Nov 2005
    • 2

    #2
    request.serverv ariables("auth_ user")

    this will extract the full Username including the domain. But you can do more to extract the Username from here...

    Comment

    • Niheel
      Recognized Expert Moderator Top Contributor
      • Jul 2005
      • 2432

      #3
      Nikou does this answer the question you had earlier. If so i can delete that older thread.
      niheel @ bytes

      Comment

      • nikou_70
        New Member
        • Nov 2005
        • 10

        #4
        about ("auth_use r")

        Thanks for your help I really appreciate it ,I have a question how I can use it, try to write it but it doesn’t work,,

        Comment

        Working...