From b13cfde7da8c3ecbb0a31ebf20a43848a5e5ac59 Mon Sep 17 00:00:00 2001 From: Shandem Date: Wed, 16 Jun 2010 13:11:57 +0000 Subject: [PATCH] Changed default data folder to App_Data [TFS Changeset #69115] --- aspnet35.config | 4 ++-- config templates/web.config | 4 ++-- umbraco/businesslogic/IO/SystemDirectories.cs | 2 +- umbraco/businesslogic/IO/SystemFiles.cs | 2 +- umbraco/presentation/web.STANDARD.config | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/aspnet35.config b/aspnet35.config index aa594f4af2..2eca4afb9a 100644 --- a/aspnet35.config +++ b/aspnet35.config @@ -36,8 +36,8 @@ - - + + diff --git a/config templates/web.config b/config templates/web.config index e186181b81..3f4d25bc19 100644 --- a/config templates/web.config +++ b/config templates/web.config @@ -21,8 +21,8 @@ - - + + diff --git a/umbraco/businesslogic/IO/SystemDirectories.cs b/umbraco/businesslogic/IO/SystemDirectories.cs index d587cf7476..6d70c59fe1 100644 --- a/umbraco/businesslogic/IO/SystemDirectories.cs +++ b/umbraco/businesslogic/IO/SystemDirectories.cs @@ -40,7 +40,7 @@ namespace umbraco.IO { get { - return IOHelper.returnPath("umbracoStorageDirectory", "~/data"); + return IOHelper.returnPath("umbracoStorageDirectory", "~/App_Data"); } } diff --git a/umbraco/businesslogic/IO/SystemFiles.cs b/umbraco/businesslogic/IO/SystemFiles.cs index 00f108d847..285cb9d99d 100644 --- a/umbraco/businesslogic/IO/SystemFiles.cs +++ b/umbraco/businesslogic/IO/SystemFiles.cs @@ -83,7 +83,7 @@ namespace umbraco.IO { return Path.Combine(HttpRuntime.CodegenDir, @"UmbracoData\umbraco.config"); } - return IOHelper.returnPath("umbracoContentXML", "~/data/umbraco.config"); + return IOHelper.returnPath("umbracoContentXML", "~/App_Data/umbraco.config"); } } diff --git a/umbraco/presentation/web.STANDARD.config b/umbraco/presentation/web.STANDARD.config index f8152f33f1..3ef58f3797 100644 --- a/umbraco/presentation/web.STANDARD.config +++ b/umbraco/presentation/web.STANDARD.config @@ -35,8 +35,8 @@ - - + +