string MyClientAddress = HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"]; Response.Write("IP Address of my client system is ---"+MyClientAddress);