When using distributed calls with Umbraco, it is necessary to have different version of /config/umbracoSettings.config . Is there a way to add a Debug/Release transform to this file? Could I instead add the distributed calls to the web.config (which is already being transformed)?
It would be a pain to have to update the distributed call every time I wanted to Publish between different environments.
The only reply in that thread recommended using the Slow Cheetah extension for Visual Studio. This would have been great, but my environment is a website project and Slow Cheetah does not support sopport those. This is most likely because website projects could not perform publish operations in the past.
Add config transform for umbracoSettings.config
When using distributed calls with Umbraco, it is necessary to have different version of /config/umbracoSettings.config . Is there a way to add a Debug/Release transform to this file? Could I instead add the distributed calls to the web.config (which is already being transformed)?
It would be a pain to have to update the distributed call every time I wanted to Publish between different environments.
Hi Matthew,
Try to see this topic perhaps this can help you. https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/57392-Deploying-different-umbracoSettingsconfig-for-different-environments
I am not a backend developer but hope this can help you.
/Dennis
Thanks, Dennis.
The only reply in that thread recommended using the Slow Cheetah extension for Visual Studio. This would have been great, but my environment is a website project and Slow Cheetah does not support sopport those. This is most likely because website projects could not perform publish operations in the past.
is working on a reply...