Showing posts with label balance. Show all posts
Showing posts with label balance. Show all posts

Friday, 26 April 2013

Publish in Umbraco 4.11.4 load balanced environment doesn't refresh the umbraco.config file

I has running into this issues when publishing content on my staging site. Nothing would refresh the umbraco.config file except manually deleting it. Until I discovered that our live server settings for load balancing was effecting the publish.

In the /config/umbracoSettings.config file on staging I set:

<distributedcall enabled="true"></distributedcall>

The moment I did this my publish started working as it wasn't attempting the load balance on a non-load balanced environment.