Publishing on dev is messing up live website
Hi,
I am adding content to a page(not home page) on dev server and publishing it but cant see the published content instead it is messing up the home page of the website that is live. All the three environments dev, stag and production are on separate servers and databases. Did anybody face similar issue or anyone has any suggestions please advice.
Hi,
Thank you for contacting Sitefinity support. Please make sure that you have an unaltered connection string on your dev and live servers. You can check these under ~/App_Data/Sitefinity/Configuration/DataConfig.xml
Using SQL Express you might see something like this:
<
connectionStrings
>
<
add
connectionString
=
"Data Source=.\SQLEXPRESS;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Sitefinity.mdf"
providerName
=
"System.Data.SqlClient"
dbType
=
"MsSql"
name
=
"Sitefinity"
/>
</
connectionStrings
>