From 9b57d00d135c12c109a7b2a591d6f96d2ba11fcd Mon Sep 17 00:00:00 2001 From: Renaud Paquay Date: Thu, 3 Jun 2010 16:54:14 -0700 Subject: [PATCH] Module loading work Adding "App_Data/Extensions" probing path for assembly loading. This directory will be used to store dynamically compiled module assemblies. Adding a BuildProvider for ".csproj" file. This will be used to dynamic compile modules when passing ".csproj" file names to the BuildManager --HG-- branch : dev --- src/Orchard.Web/Web.config | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/Orchard.Web/Web.config b/src/Orchard.Web/Web.config index 8cef8bee4..3413572ba 100644 --- a/src/Orchard.Web/Web.config +++ b/src/Orchard.Web/Web.config @@ -8,7 +8,8 @@ \Windows\Microsoft.Net\Framework\v2.x\Config --> - + + - + + + + @@ -114,8 +118,9 @@ - - + + +