string IP_Address = Request.UserHostAddress.ToString();Response.Write(IP_Address);
Login to post response