Hi,
I have written a C# Forms Application used to communicate with a remote SQL Express Database across the Internet. The SQL queries are designed and written so as to avoid SQL Injection as much as possible, but I am unsure how to secure the password in
the connection string in C# to access the database.
I see that it possible to encrypt the connection between the C# and SQL Server Express database (SSL), but am not sure how to achieve this, i.e. what needs to be coded in C#? The SQL Server configuration to force encryption is realtively clear. Is SSL the
only way to go on this?
Regards,
Neil
Go to the complete details ...