Whenever I'm going to create a new stringconnection, VisualStudio asks me if I want to leave the password visible in the app.config file
I always answer yes, because I do not know how to enter it directly via code.
How can I delete this password from the file and make the connection at run time thus preventing anyone from opening the app.config file and see the password there?
I'm using Visual Studio 2015, Entity Framework 6 and MySql