If you have a classic asp application that is not secured against SQL injection attacks then SecureRequest is the way to go! By replacing the original request object you have full control of all data that the user may manipulate. You can filter, ba...