.net - How to debug SqlDataSource -
I am testing my site against attacks of SQL injection and I will locate the SQLDitas messages sent to the SQL server . How can I do this or get as little as I can?
SqlDataSource uses internally parametrized queries and is generally sufficient to avoid SQL injection is.
Comments
Post a Comment