Fix web.config transform
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user