Request.ServerVariables["SERVER_NAME"].ToString() + "<br/>"); Response.Write("Remote IP - " + Request.ServerVariables["remote_host"].ToString());
Var NowIP=String.Empty; NowIP = HttpContext.Current.Request.ServerVariables["remote_addr"].ToString(); Response.Write(nowIP);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)