From 9cb05a9a31f0f3a223c1ef8668e4b111296f4ed2 Mon Sep 17 00:00:00 2001 From: Renaud Paquay Date: Sun, 5 Dec 2010 11:28:48 -0800 Subject: [PATCH] Update ASP.NET compilation options Ensure batch compilation is on and that the number of recompilation before appdomain restart is greater than the default (15), because Orchard being a composable application where new modules can be installed at any time, views can be re-compiled more often than for a typical application. --HG-- branch : dev --- src/Orchard.Web/Web.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Web.config b/src/Orchard.Web/Web.config index 9b51854ad..fbd9bc42e 100644 --- a/src/Orchard.Web/Web.config +++ b/src/Orchard.Web/Web.config @@ -49,7 +49,7 @@ affects performance, set this value to true only during development. --> - +