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'
In Sitecore I have created the publishing target as they have mentioned. I have verified name and it's correct.
Please help me with this.
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.