I am using Visual Studio 2008 Pro to create a VB Winform application. I have some user configuration options, as well as an MS SQL connection string in my app.config file.
- What is the best way to ensure that no one can read these options in app.config?
- Is there any other area where there will be a connection string in plain text that I can also consider to ensure security?
Thanks!
source
share