How i can get the user name from that logon on via it in Windows XP, or Windiws 2000 and Windows 98
Printable View
How i can get the user name from that logon on via it in Windows XP, or Windiws 2000 and Windows 98
Classic ASP
response.write(Request.ServerVariables("Auth_User")
ASP.Net
response.write(user.identity.name)
Cheers
MarkusJ
thanks for your rapid response...