Question: How can I maintain the security of an ASP website? What details should I pay attention to or are there any techniques?
answer:
First: Filter the form data to prevent SQL injection.
Second: Prevent the database from being downloaded. It is best to put your database in multiple folders, such as folder A, folder B, folder C, and folder D. ABCD can make other complex names. Next, the name of your database should not be too simple, but more complicated.
Third: Use md5 to encrypt the password. If your database is downloaded, the password inside will not be visible to others at once!