Fixes installer issue: Saving web.config & storing static reference to connection string (27210)

[TFS Changeset #66315]
This commit is contained in:
Shandem
2010-05-28 01:44:10 +00:00
parent 0a02daf983
commit 70975a98b7
12 changed files with 103 additions and 52 deletions

View File

@@ -5,6 +5,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
build.xml = build.xml
default.build = default.build
SHANDEMVAIO.testrunconfig = SHANDEMVAIO.testrunconfig
SHOCKING.testrunconfig = SHOCKING.testrunconfig
umbraco weekly.build = umbraco weekly.build
umbraco.build = umbraco.build
umbraco.vsmdi = umbraco.vsmdi
@@ -16,6 +17,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StandardConfig", "StandardC
aspnet35.config = aspnet35.config
config templates\config\UI.xml = config templates\config\UI.xml
config templates\umbraco.config = config templates\umbraco.config
config templates\config\umbracoSettings.config = config templates\config\umbracoSettings.config
config templates\config\UrlRewriting.config = config templates\config\UrlRewriting.config
config templates\web.config = config templates\web.config
EndProjectSection
EndProject