Fix web.config transform

This commit is contained in:
Stephan
2018-05-04 18:33:40 +02:00
parent 63d7768653
commit 73b5694aad

View File

@@ -11,11 +11,11 @@
One can edit web.config, it will not be overritten, but it WILL be altered by this transform
file everytime Umbraco builds.
-->
<system.web>
<compilation debug="true" xdt:Transform="SetAttributes(debug)" />
</system.web>
<compilation debug="true" xdt:Transform="SetAttributes(debug)">
</compilation>
<!--
<!--
FIXME
for historical reasons, this file tries to cleanup everything as much as it can
BUT it means that it needs to be kept in sync with web.Template.config very closely