Tips To Prevent Improper Use Of Your ASP Scripts (Page 1 of 3 )
As developers, we should always take steps to prevent the misuse of our scripts. In this article Wes gives us some handy tips to secure our ASP scripts.
http://forums.devarticles.com/t1157/s.html&highlight=improperTo protect your scripts, files, and databases, you need to ensure that user entered data that your scripts process is legitimate. Users can pass strange data to try and crash your scripts, learn your database username and password, or vandalize your site. This article outlines simple techniques that you can use to prevent malicious users from messing with your ASP scripts.
Next: Request Method >>
More ASP Articles
More By Wes DeMoney