hello friends I block user by geolocation in ASP but i want that if any one in block ip enter the password he/she can access the site.. please help me to get me out..
Well, I really need to see the code/site to help you with this but you should have something like this: page.asp: if blocked_ip and request.form("password1")="" then 'ask for a password <form action="page.asp"> <input type=password name="password1"> <input type="submit"> else 'show page content end if Code (markup):