Banning Certain IP Address visitorIP = Request.ServerVariables("REMOTE_ADDR") If visitorIP = "216.88.230.11" Then Response.Redirect("seeya.asp")