Dear Developers...
I've got a question for you:
We have multiple Kentico Installations in different versions. We are currently building our new Dev-Staging-Live Environment.
Now for usability reasons we want the connection strings outsourced in a new file called ConnectionStrings laying in the following folder:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG
This file will be referenced by the Machine.config.
So now to my question... how can i solve the issue with the same names? All Connection strings are called CMSConnectionString....
How can i rename them in the CMS without have to reinstall. Or is there a possibility to refer a ConnectionString. E.g.:
This is an example ConnectionString:
<add name="CMSConnectionString" connectionString="Persist Security Info=False;database=DATABASE;server=SERVER;user id=XXX;password=YYY;Current Language=English;Connection Timeout=240;" />
Is there a possibility to do something like this:
<add name="CMSConnectionString" ReferrConnectionString="XXXConnectionString1"/>
We need a solution for this... Is there an easy ability to change the connection string in the CMS?
Thanks for your help...
Regards
Patrick