0
votes

I'm trying add the remote server in my publishing targets. I have followed the procedure explained by the Dheer rajpoot.

After updating the web.config, when i tried to load Sitecore, its showing me following error

Unknown connection string. Name: 'SITtest'

enter image description here

In Sitecore I have created the publishing target as they have mentioned. I have verified name and it's correct.

enter image description here

Please help me with this.

1

1 Answers

2
votes

The error say there is no Connection string with name SITtest.

Edit the /App_Config/ConnectionStrings.config and add a connectionstring with name SITtest to the Sitecore Web database associated with the target.

You have define the SITtest in the web.config <sitecore><databases><database id="SITtest" ....>

The id is used as name for a ConnectionString.