Umbraco still tries to access umbraco.config with disk cache turned off
We are running Umbraco 4.7.2 in a load-balanced environment with a shared SQL database. All of the Umbraco files are stored on a SAN which each IIS server in the farm points to with the exception of the App_Data\TEMP folder which is held locally.
We have ContinouslyUpdateXmlDiskCache set to false as we were experiencing issues with file locking of umbraco.config with it enabled.
The strange thing is, if I look in the umbracoLog table there are entries which say
Loading content from disk cache...
after an AppPool recycle which confuses me given the settings we have in place.
Umbraco still tries to access umbraco.config with disk cache turned off
We are running Umbraco 4.7.2 in a load-balanced environment with a shared SQL database. All of the Umbraco files are stored on a SAN which each IIS server in the farm points to with the exception of the App_Data\TEMP folder which is held locally.
We have ContinouslyUpdateXmlDiskCache set to false as we were experiencing issues with file locking of umbraco.config with it enabled.
The strange thing is, if I look in the umbracoLog table there are entries which say
after an AppPool recycle which confuses me given the settings we have in place.
Can anyone shed any light on why this would be?
Thanks
Paul
is working on a reply...