12 lines
489 B
XML
12 lines
489 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
|
|
|
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
|
<appSettings>
|
|
<add key="Environment" value="SteamWare - IIS02" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
</appSettings>
|
|
<system.web>
|
|
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
|
</system.web>
|
|
</configuration> |