Files
SSC/CMS_SC/Web.IIS02.config
2018-03-03 10:56:25 +01:00

7 lines
328 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<add key="serviceUrl" value="./Services" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</system.web>
</configuration>