64942 & this fix a build bug where system.web.abstractions was not referenced in web.standard.config

[TFS Changeset #64943]
This commit is contained in:
pgregorynz
2010-03-24 12:31:20 +00:00
parent b6ba2d3c07
commit 9ccfa19907
2 changed files with 4 additions and 2 deletions

View File

@@ -1454,6 +1454,7 @@
<Content Include="web.config.EQUIUM-SAT1.xslt" />
<Content Include="web.config.INDIGO64.xslt" />
<Content Include="web.config.NIBBLE-LAPTOP.xslt" />
<Content Include="web.config.PETER-MAC-PC.xslt" />
<Content Include="web.config.PETER-PC.xslt" />
<Content Include="umbraco\xslt\templates\Schema2\Breadcrumb.xslt" />
<Content Include="umbraco\xslt\templates\Schema2\Clean.xslt" />
@@ -2787,6 +2788,7 @@
<None Include="umbraco\schemas\umbraco.xsx">
<DependentUpon>umbraco.xsd</DependentUpon>
</None>
<Content Include="web.config" />
<Content Include="config\UrlRewriting.config" />
</ItemGroup>
<ItemGroup>

View File

@@ -4,11 +4,11 @@
<!-- Set up a local connection string -->
<xsl:template match="/configuration/appSettings/add[@key='umbracoDbDSN']/@value">
<xsl:attribute name="value">server=.\sqlexpress;database=umbraco-4.1;integrated security=false;user id=sa;pwd=password!</xsl:attribute>
<xsl:attribute name="value">server=.\sqlexpress;database=umbraco41beta;integrated security=false;user id=sa;pwd=password!</xsl:attribute>
</xsl:template>
<xsl:template match="/configuration/appSettings/add[@key='umbracoConfigurationStatus']/@value">
<xsl:attribute name="value">4.1.0.betaII</xsl:attribute>
<xsl:attribute name="value"></xsl:attribute>
</xsl:template>
<!-- Default templates to match anything else -->