Salve amici
vorrei utilizzare questo codice
<%
if request.servervariables("REMOTE_ADDR") = "IP_DATABASE" then
Response.Buffer = TRUE
Response.Status = ("401 Unauthorized")
Response.End
end if
%>
per bloccare l'acceso ad un sito in cui TUTTI gli indirizzi IP da bloccare stanno in un database...
Come faccio a far ripetere l'operazione per tutti i record contenuti nel database????
Grazie!

Rispondi quotando