Changes the web.config template to use a linked resources (one file)

This commit is contained in:
Shannon
2013-11-26 20:03:13 +11:00
parent 327d17c90e
commit 2391ee1368
8 changed files with 17 additions and 84 deletions

View File

@@ -54,7 +54,7 @@ namespace Umbraco.Web.Mvc
{
using (var writer = File.CreateText(Path.Combine(viewFolder, "web.config")))
{
writer.Write(Strings.web_config);
writer.Write(Strings.WebConfigTemplate);
}
}
//auto create the partials folder