Simplify the Security and Management of Connection Strings in ASP.NET Application
Since the version 2.0, the ASP.NET documentation suggests that we should keep our connection strings in web.config. This raises a number of concerns. There is a better way...