Get Client IP Address

03/06/2009 10:21

Response.Write(System.Net.Dns.GetHostAddresses(System.Net.Dns.GetHostName()).GetValue(0).ToString());

Back