How Do I Store Multiple Connection String to APP.CONFIG File based on Dynamic Entry with Visual Basic
Adrian salmon
Select an image from your device to upload
I have been tryin for about 3 Days now to figure out the best way to add connection string to app.config file.
Ok, heres the scenario, the application im developing requires the user to input the connection string which is then validated. My problem is that I want the validated connection string to be stored in the app.config file under the tag as a connection string. I want as many used strings to be stored in the file, so as long as the string is new it is stored along with the old one (pooling). Please im urgrently seeking assistance.