String strClientIP; strClientIP = Request.UserHostAddress();
Thank you for posting at Dotnetfunda [Administrator]
HttpContext.Current.Request.UserHostAddress; HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"]; HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"];
LP MER
Login to post response