In my ASP.Net Default Page i am providing the credentials, and i used the code "Dns.GetHostEntry(hostname)" to get the Machine Name. But it is taking 19+ seconds to load the next page.
var hostEntry = Dns.GetHostEntry(clientIP);
return hostEntry.HostName;
Can any one help on this to get the machine name very fast?