Secure Your ASP.NET Application from a SQL Injection Attack
Posted on January 17, 2008
Perform validation on the user input to verify the input is limited to desired values. Data validation should be performed at both the client and the server. The server side validation is required to avoid a security weakness exposed by …
See original here:
Secure Your ASP.NET Application from a SQL Injection Attack
» Filed Under Input Filtering
Comments
Leave a Reply