Skip to content

Commit

Permalink
Fixes: U4-7712 fcnMode = Single by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Jan 13, 2016
1 parent 59759c4 commit 5b9cbae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Umbraco.Web.UI/web.Template.Debug.config
Expand Up @@ -89,7 +89,7 @@
</providers>
</membership>

<httpRuntime targetFramework="4.5" xdt:Transform="SetAttributes(targetFramework)" />
<httpRuntime targetFramework="4.5" fcnMode="Single" xdt:Transform="SetAttributes(targetFramework,fcnMode)" />

<compilation debug="true" targetFramework="4.5" xdt:Transform="SetAttributes(debug,targetFramework)">
<assemblies xdt:Transform="Remove" />
Expand Down
2 changes: 1 addition & 1 deletion src/Umbraco.Web.UI/web.Template.config
Expand Up @@ -79,7 +79,7 @@
<system.web>
<customErrors mode="RemoteOnly" />
<trace enabled="true" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />
<httpRuntime requestValidationMode="2.0" enableVersionHeader="false" targetFramework="4.5" />
<httpRuntime requestValidationMode="2.0" enableVersionHeader="false" targetFramework="4.5" fcnMode="Single" />
<!--
If you are deploying to a cloud environment that has multiple web server instances,
you should change session state mode from "InProc" to "Custom". In addition,
Expand Down

0 comments on commit 5b9cbae

Please sign in to comment.