From 48a3a920d26195485b674c3a80df5d75b6aa9bfd Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 25 Sep 2012 11:53:27 -0200 Subject: [PATCH 1/2] Web.config file was not included, making the build fail --- src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 5e840610a5..7e9b82cd71 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -1662,7 +1662,7 @@ - + Web.Template.config Designer From 97472c6ce6ef8405150274eb27050230739321e3 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 25 Sep 2012 11:56:33 -0200 Subject: [PATCH 2/2] Ignore file excluded the web.config file in the views folder, which is why the build failed, not because it wasn't included --- .hgignore | 3 +- src/Umbraco.Web.UI/Views/Web.config | 58 +++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 src/Umbraco.Web.UI/Views/Web.config diff --git a/.hgignore b/.hgignore index a6ddc03595..980273f4f7 100644 --- a/.hgignore +++ b/.hgignore @@ -47,5 +47,6 @@ src/Umbraco.Tests/config/trees.config src/Umbraco.Web.UI/web.config *.orig src/Umbraco.Tests/config/404handlers.config -src/Umbraco.Web.UI/Views/* +src/Umbraco.Web.UI/Views/*.cshtml +src/Umbraco.Web.UI/Views/*.vbhtml src/Umbraco.Tests/config/umbracoSettings.config diff --git a/src/Umbraco.Web.UI/Views/Web.config b/src/Umbraco.Web.UI/Views/Web.config new file mode 100644 index 0000000000..4c30ef2275 --- /dev/null +++ b/src/Umbraco.Web.UI/Views/Web.config @@ -0,0 +1,58 @@ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +