Set compilation debug=false explicitly for release version (for uGoLive)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</appSettings>
|
||||
|
||||
<system.web>
|
||||
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
||||
<compilation debug="false" xdt:Locator="Match(debug)" xdt:Transform="Replace" />
|
||||
<trust xdt:Transform="Remove"/>
|
||||
<trace enabled="false" xdt:Transform="SetAttributes(enabled)" />
|
||||
<customErrors mode="RemoteOnly" xdt:Transform="SetAttributes(mode)">
|
||||
|
||||
Reference in New Issue
Block a user