4
I need to save in which machine the user performed certain action, for this I was using the following excerpt:
string maquina = Dns.GetHostName();
However, little did I know that this returns me the hostname of the server. How to get the hostname of the client?
What type of project are you using?
– Randrade
@Randrade ASP.NET Web Application
– Ricardo Alves