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.
No comments:
Post a Comment