|
-
Jul 22nd, 2003, 07:39 AM
#1
Thread Starter
Member
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
-
Jul 22nd, 2003, 03:06 PM
#2
Hyperactive Member
Classic ASP
response.write(Request.ServerVariables("Auth_User")
ASP.Net
response.write(user.identity.name)
Cheers
MarkusJ
-
Jul 22nd, 2003, 05:51 PM
#3
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|