Removes duplicate requestFiltering node in web.Template.config
This commit is contained in:
@@ -52,6 +52,11 @@
|
|||||||
|
|
||||||
<add key="log4net.Config" value="config\log4net.config" />
|
<add key="log4net.Config" value="config\log4net.config" />
|
||||||
<add key="owin:appStartup" value="UmbracoDefaultOwinStartup" />
|
<add key="owin:appStartup" value="UmbracoDefaultOwinStartup" />
|
||||||
|
|
||||||
|
<add key="Umbraco.ModelsBuilder.Enable" value="true"/>
|
||||||
|
<add key="Umbraco.ModelsBuilder.EnableLiveModels" value="true"/>
|
||||||
|
<add key="Umbraco.ModelsBuilder.EnableDllModels" value="false"/>
|
||||||
|
|
||||||
</appSettings>
|
</appSettings>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<remove name="umbracoDbDSN" />
|
<remove name="umbracoDbDSN" />
|
||||||
@@ -227,13 +232,6 @@
|
|||||||
</customHeaders>
|
</customHeaders>
|
||||||
</httpProtocol>
|
</httpProtocol>
|
||||||
|
|
||||||
<!-- Increase the default upload file size limit -->
|
|
||||||
<security>
|
|
||||||
<requestFiltering>
|
|
||||||
<requestLimits maxAllowedContentLength="1073741824" />
|
|
||||||
</requestFiltering>
|
|
||||||
</security>
|
|
||||||
|
|
||||||
<!-- Increase the default upload file size limit -->
|
<!-- Increase the default upload file size limit -->
|
||||||
<security>
|
<security>
|
||||||
<requestFiltering>
|
<requestFiltering>
|
||||||
|
|||||||
Reference in New Issue
Block a user