How to get client machine name accessing .net web application when its deployed on server and behind F5 load balancer
System.Net.Dns.GetHostEntry(HttpContext.Current.Request.ServerVariables["REMOTE_HOST"]).HostName;
this gives correct value when executed on local machine however it returns F5 load balancer IP address when deployed on server.
AnupPosted Dec 15, 2015, 12:14 AM
Praveen DhatrikaPosted Dec 14, 2015, 3:59 PM