Preventing SQL injection attacks in ASP.NET(dotnethitman.spaces.live.com)
submitted by
misbaharefin(845) 3 years, 11 months ago
SQL injection can occur when an application uses input to construct dynamic SQL statements or when it uses stored procedures to connect to the database. Conventional security measures, such as the use of SSL and IPSec, do not protect your application from SQL injection attacks. Successful SQL injection attacks enable malicious users to execute commands in an application's database.
You should always be reviewing your code to find these or other security vulnerabilities; remember all type of attacks start with some input, and your first line of defense should be input validation using both client-side and server-side validation.
|category: ASP.NET
|Views: 19
tags:
SQLInjection ASP.NET another
Everyones tags:
Your Tags: