From 8d18a04e62c78f3732f10b4734dbdbd8a6a33b67 Mon Sep 17 00:00:00 2001 From: boxbinary Date: Tue, 16 Feb 2010 03:46:59 +0000 Subject: [PATCH] WORK IN PROGRESS, GET THE STABLE SOURCE FROM THE DOWNLOADS TAB Resolves a number of open issues, see associated WorkItems - Fix WP crash on invalid connection string due to generation of XML cache on a separate thread - Added option to generate xml cache file on local filesystem (in ASP.NET Temporary Files / CodeGenDir location) by adding to web.config file. This allows you to run from a SAN on a load-balanced environment whilst allowing each web node to have isolated copies of the xml cache file to avoid WP crashes due to multiple file locks - Others in WorkItems :) [TFS Changeset #64001] --- umbraco/presentation/web.config.INDIGO64.xslt | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 umbraco/presentation/web.config.INDIGO64.xslt diff --git a/umbraco/presentation/web.config.INDIGO64.xslt b/umbraco/presentation/web.config.INDIGO64.xslt new file mode 100644 index 0000000000..a9f747a8eb --- /dev/null +++ b/umbraco/presentation/web.config.INDIGO64.xslt @@ -0,0 +1,24 @@ + + + + + + + Data Source=.\SQLEXPRESS;Initial Catalog=BB_Umbraco_Sandbox1;integrated security=false;user id=umbraco;pwd=umbraco + + + 4.1.0.beta + + + + + + + + + + + + + +