From 30d51bcbb55968851a8ff99deee22f7b72f022b4 Mon Sep 17 00:00:00 2001 From: "Matt@MBP-PC.Home" Date: Tue, 10 Jul 2012 08:47:47 -0100 Subject: [PATCH] Fixes work item 30881. Updated web.template.config to use .NET 4.0 as per web.config in 4.7.2 release (not sure why, but looks to have been reverted back to use .NET 3.5) --- src/umbraco.presentation/web.Template.config | 137 +++++++++--------- src/umbraco.presentation/web.config | 143 +++++++++---------- 2 files changed, 131 insertions(+), 149 deletions(-) diff --git a/src/umbraco.presentation/web.Template.config b/src/umbraco.presentation/web.Template.config index c8fc32cb5c..362a142dd8 100644 --- a/src/umbraco.presentation/web.Template.config +++ b/src/umbraco.presentation/web.Template.config @@ -2,25 +2,7 @@
- - - +
@@ -38,7 +20,7 @@ - + @@ -54,7 +36,7 @@ - + @@ -89,18 +71,20 @@ - - + + + + - + - + @@ -108,18 +92,20 @@ - - + + - + - - - - + + + + + + @@ -129,20 +115,16 @@ - + - - - - - - - - - - - - + + + + + + + + @@ -184,26 +166,33 @@ + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + @@ -216,16 +205,18 @@ - - - + + + + + @@ -235,7 +226,7 @@ - + @@ -243,22 +234,22 @@ - + - - + + - - + + ---> - + diff --git a/src/umbraco.presentation/web.config b/src/umbraco.presentation/web.config index 9d61697994..9c0defd445 100644 --- a/src/umbraco.presentation/web.config +++ b/src/umbraco.presentation/web.config @@ -2,25 +2,7 @@
- - - +
@@ -38,14 +20,14 @@ - + - - + + @@ -54,8 +36,8 @@ - - + + @@ -89,18 +71,20 @@ - - + + + + - + - + @@ -108,18 +92,20 @@ - - + + - + - - - - + + + + + + @@ -129,20 +115,16 @@ - + - - - - - - - - - - - - + + + + + + + + @@ -184,26 +166,33 @@ + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + @@ -216,16 +205,18 @@ - - - + + + + + @@ -235,7 +226,7 @@ - + @@ -243,22 +234,22 @@ - + - - + + - - + + ---> - +