Forum Moderators: open
(place in your global.asa in root)
<SCRIPT LANGUAGE=VBScript RUNAT=Server>Sub Session_OnStart
varbannedip = "100.100.100.100¦212.999.222.222" 'example
if InStr(varbannedip, Request.ServerVariables("REMOTE_ADDR")) > 0 then response.redirect("http://www.google.com")
End Sub
This bans the IP's from browing the site altogether