J Juan T. Llibre Jan 30, 2006 #2 For the server's machinename, try : System.Environment.MachineName.ToString() You can't get the client PC's name. ASP.NET doesn't run on the client. Juan T. Llibre ASP.NET MVP ASPNETFAQ.COM : http://www.aspnetfaq.com ==================================
For the server's machinename, try : System.Environment.MachineName.ToString() You can't get the client PC's name. ASP.NET doesn't run on the client. Juan T. Llibre ASP.NET MVP ASPNETFAQ.COM : http://www.aspnetfaq.com ==================================
M Mark Rae Jan 30, 2006 #3 how could i get the PC name of the client pc using ASP.net ?? Click to expand... You can't, at least, not natively. You could (I suppose) write a Java applet which could do this, but the security implications would be horrible. Why on earth do you need to know this anyway...?
how could i get the PC name of the client pc using ASP.net ?? Click to expand... You can't, at least, not natively. You could (I suppose) write a Java applet which could do this, but the security implications would be horrible. Why on earth do you need to know this anyway...?
B Bruce Barker Jan 30, 2006 #4 if the pc's are on your network, then you can do a reverse dns lookup on the request ipaddress. -- bruce (sqlwork.com)
if the pc's are on your network, then you can do a reverse dns lookup on the request ipaddress. -- bruce (sqlwork.com)