We decided to use the registry for handling our deployment with connection strings in our VB.net application.
The requirements are:
- If the program cannot connect to the server, first check the registry for a connection string. IF not, create the folder and fill in the name, type, and data.
- Make sure its encrypted.
I have never edited or created anything in the registry. Where do I start? If anybody has any code samples or links to articles I would really appreciate it.