7 lines
328 B
XML
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> |