B
Brad Pears
We have several applications that use the ".exe.config" .xml file to get
the connection string to our SQL server db. Each user of the application has
their own .xml file because we have some user specific settings in there...
My question is this... We are looking at setting up a backup SQL server. I
would like to modify the .xml config files so that they read the connection
string from a network share instead. That way, we can easily change the
server name in place so that the next time the users run the app, it will be
pointing to the backup server and vice versa.
Does anyone have any ideas how this could be done?
Thanks, Brad
the connection string to our SQL server db. Each user of the application has
their own .xml file because we have some user specific settings in there...
My question is this... We are looking at setting up a backup SQL server. I
would like to modify the .xml config files so that they read the connection
string from a network share instead. That way, we can easily change the
server name in place so that the next time the users run the app, it will be
pointing to the backup server and vice versa.
Does anyone have any ideas how this could be done?
Thanks, Brad