Results 1 to 3 of 3

Thread: How i can get User Name....?

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2002
    Posts
    40

    How i can get User Name....?

    How i can get the user name from that logon on via it in Windows XP, or Windiws 2000 and Windows 98

  2. #2
    Hyperactive Member MarkusJ_NZ's Avatar
    Join Date
    Jun 2001
    Posts
    375
    Classic ASP
    response.write(Request.ServerVariables("Auth_User")

    ASP.Net
    response.write(user.identity.name)

    Cheers
    MarkusJ

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2002
    Posts
    40
    thanks for your rapid response...

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