System.Net.IPAddress ip = System.Net.IPAddress.Parse(Request.UserHostAddress);Response.Write(System.Net.Dns.Resolve(ip.ToString()).HostName);