SQL Injection example & prevention in ASP.NET C#



SQL Injection example & prevention in ASP.NET C#

SQL Injection example & prevention in ASP.NET C#

Basic ASP.NET website on my PC connected to a MySQL Database.

I just go over a basic SQL Injection attack and show ways to mitigate those types of attacks through checking user input against a white list of accepted input, and MySqlCommand Parameters AddWithValue functions. And mentioning briefly about using least privilege for users.

Comments are closed.