From a7e7303eef4b79bf4d8dc1fba452a1fb6ca6635a Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Mon, 24 Sep 2012 14:54:37 -0700 Subject: [PATCH] #18972: Disabling dynamic compilation by default on Azure Cloud Services Work Item: 18972 --HG-- branch : 1.x --- AzurePackage.proj | 4 ++-- .../Orchard.Azure.Web/Config/HostComponents.config | 10 ++++++++++ .../Orchard.Azure.Web/Orchard.Azure.Web.csproj | 3 +++ 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 src/Orchard.Azure/Orchard.Azure.Web/Config/HostComponents.config diff --git a/AzurePackage.proj b/AzurePackage.proj index d888b4e04..1f23f7413 100644 --- a/AzurePackage.proj +++ b/AzurePackage.proj @@ -84,8 +84,8 @@ - - + + diff --git a/src/Orchard.Azure/Orchard.Azure.Web/Config/HostComponents.config b/src/Orchard.Azure/Orchard.Azure.Web/Config/HostComponents.config new file mode 100644 index 000000000..1ece073bc --- /dev/null +++ b/src/Orchard.Azure/Orchard.Azure.Web/Config/HostComponents.config @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj b/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj index d5df36db7..19320dc9e 100644 --- a/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj +++ b/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj @@ -395,6 +395,9 @@ + + + Designer