How to Switch Primary and Secondary Server?
I'm building this client application that is supposed to connect to a database server. I want this application to be able to connect to a secondary server incase the first one doesn't work. My configurations are stored in the app.config file. Does Anyone now how to manipulate these configurations programmatically to switch btwn one server and the other?
Thanks in advance.