When am using below code it's working fine on my local host but when am host on server getting error.
Response.Write("sam "+System.Net.Dns.GetHostEntry(Request.ServerVariables["REMOTE_HOST"]).HostName);
Error:
The requested name is valid, but no data of the requested type was found
Very urgent.......