Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi experts
i want get client computer name in asp.net but there is Isa service .i try many solution but i get Isa ip .
i used
System.Net.Dns.GetHostByAddress(Request.ServerVariables.Item("REMOTE_HOST"));

and
HttpContext.Current.Request.UserHostAddress;
and
NetworkInterface[] nics = NetworkInterface.GetAllNetworkInterfaces();

but i get just isa ip. do you have any idea?
Thanks in advance for an answer.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900