Does anyone know if it is possible to create a single connection string that will be available for all projects in the solution (we have about 6).
I can create a text file with this information, but we also need development-time support, and it makes no sense to have a connection string in every App.Config and Web.config file in the solution.
Basically, we want the single connection string to be easily changed if the db change location, which the IDE will also use to support development time
visual-studio global connection-string solution app-config
Renier
source share