The Dev Shelf
Method 1:Request.ServerVariables("REMOTE_ADDR")Method 2:string ipAddress = HttpContext.Current.Request.UserHostAddress.ToString();
No comments:
Post a Comment