We are developing several in-house applications, basically one master "shell" application with several libraries. We operate on multiple MS SQL Servers: Dev, QA, Training, and Production. Each project has a Settings entry for a connection to the development server. Our goal is to have a way to modify each of those entries at once to change the connection to one of the previously mentioned SQL Servers. Right now we are, somewhat successfully, reading in the settings XML file and changing the connection string. This works, but I would like to think there is a better way to do this.
The solution is set up in the following way: * MainSolution - (Solution) * Application Manager - (Main Project) * Settings * Shared Library - (Library Project) * Settings * Module1 Library - (Library Project) * Settings Etc.. I can provide more information if needed. Thanks, Greg =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com