mirror of https://github.com/Radarr/Radarr
updated web.config transform
This commit is contained in:
parent
955c5ce6d8
commit
406e5e1f5e
|
@ -15,7 +15,7 @@
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
-->
|
-->
|
||||||
<system.web>
|
<system.web>
|
||||||
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
<compilation debug="false" xdt:Transform="Replace" />
|
||||||
<!--
|
<!--
|
||||||
In the example below, the "Replace" transform will replace the entire
|
In the example below, the "Replace" transform will replace the entire
|
||||||
<customErrors> section of your web.config file.
|
<customErrors> section of your web.config file.
|
||||||
|
|
Loading…
Reference in New Issue