I have an VB.Net application that uses a config file to gain a SQL Server connection string. It is my understanding that each client must have the .config file stored locally. My question is how do I encrypt the .config file so that the username and password aren't stored in plain text on client machines? Is there a way to encrypt the file to ensure no one can view the username and password?
Thank you in advance for any ideas/comments.
Thank you in advance for any ideas/comments.