From 18c5b5dfff57c4b4ad9891582563feb46cf0baa8 Mon Sep 17 00:00:00 2001 From: Gustavo Tandeciarz Date: Mon, 6 Jul 2015 10:14:10 -0400 Subject: [PATCH] Fixes #5398 - ShellDescriptorCache in HostComponents Added Orchard.Environment.Descriptor.ShellDescriptorCache setting back to HostComponents.config. For some reason, this was removed at some point but I believe it needs to be there for Azure Web Apps deployments (when running with a shared file system and multiple instances) Original commit by @sebastienros https://github.com/OrchardCMS/Orchard/commit/a2d91796d14b9aa0b7fb1ae97037c9d843680acd --- src/Orchard.Web/Config/HostComponents.config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Orchard.Web/Config/HostComponents.config b/src/Orchard.Web/Config/HostComponents.config index d396e76fc..dd1a321d6 100644 --- a/src/Orchard.Web/Config/HostComponents.config +++ b/src/Orchard.Web/Config/HostComponents.config @@ -87,6 +87,13 @@ + + + + + + +