Best Practice: Encrypting SQL connection...
Posted by StevenMcD in
.Net,
Best Practice,
Development,
MSSQL on 11 5th, 2008 |
4 Comments
This is something that is so easy to configure yet I’ve seen it countless times where projects are deployed and the connection string in the web.config file is not encrypted. Regardless of how small your application is, it poses a challenge to someone somewhere to try break into it. Here I’ll show...