Check the IP address
13 October 2009
Controllo IP
If Left(Request.ServerVariables(“REMOTE_ADDR”),10)<>”192.168.0.” then
Response.Redirect(“http://www.google.it”)
End If
Asp.Net, Aspx, C#, Visual Web Developer
Controllo IP
If Left(Request.ServerVariables(“REMOTE_ADDR”),10)<>”192.168.0.” then
Response.Redirect(“http://www.google.it”)
End If