Posted
on Sep 15, 2011
(permalink)
I am trying to do something like this. I have a full copy of the database in another database, I am ableto load the CMS, but pointing to the live data. How do I point to the test data? I am changing the database name in the config file, but that is giving me an error when trying to load.
The line that breaks things is:
<add connectionString="data source=x;UID=xx;PWD=xx;initial catalog=PAS_CMS" name="Sitefinity" providerName="System.Data.SqlClient" />
initial catalog should be PAS_CMS_TEST, which is the name of the copy of the database that I would like test to point to. If I change it, I get an error...
Any help is appreciated.
Thanks,
Marianella