Request.UserHostAddress;
Regards, Sheo Narayan http://www.dotnetfunda.com
string compname; compname = System.Net.Dns.GetHostName().ToString(); IPAddress[] ipHost; ipHost = Dns.GetHostAddresses(Dns.GetHostName()); string strIpAddrees = ipHost[0].ToString();
using System.Net;
Login to post response