10 lines
332 B
XML
10 lines
332 B
XML
<?xml version="1.0"?>
|
|
|
|
<!-- For more information on using Web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=301874 -->
|
|
|
|
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
|
<system.web>
|
|
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
|
</system.web>
|
|
</configuration>
|