I'm using Visual Studio 2008 Pro to create a VB Winform App. I have some custom configuration settings as well as a MS SQL connection string in my app.config file.
- What is the best method to insure that no one can read these settings in the app.config?
- Are there any other area's that would have the connection string in plain text that I might want to consider securing as well?
Thank you!