hi
am trying to get client machine name and the user name on that machine. Any idea ?
I am trying to use -
System.Net.Dns.GetHostName() or System.Environment.MachineName
but i guess they both gives server name ...not client name
For User I am using - System.Environment.UserName
but it gives ASPNET user , I want to know the user name who is running that ASP page at client side .
am trying to get client machine name and the user name on that machine. Any idea ?
I am trying to use -
System.Net.Dns.GetHostName() or System.Environment.MachineName
but i guess they both gives server name ...not client name
For User I am using - System.Environment.UserName
but it gives ASPNET user , I want to know the user name who is running that ASP page at client side .