How to delay a response in Classic ASP
问题 I have a site running Classic-ASP and on the login page I would like to delay the response to a failed login attempt (by like 10 seconds) to help prevent brute force attacks on accounts. Quick google searches show some hacks using SQL server queries that seem hack-tastic. Is there a good way to do this in classic asp? 回答1: I am not going to answer your specific question, as many have already done so, but there are far better ways of preventing brute force attacks. For instance: Why not lock a