We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8851855 commit a9b0e17Copy full SHA for a9b0e17
1 file changed
src/NuGetGallery/Web.Release.config
@@ -16,6 +16,11 @@
16
-->
17
<system.web>
18
<compilation xdt:Transform="RemoveAttributes(debug)" />
19
+
20
+ <!-- This is set to 'false' for security reasons. -->
21
+ <trace xdt:Transform="Remove"/>
22
+ <trace xdt:Transform="InsertAfter(/configuration/system.web/compilation)" enabled="false"/>
23
24
<!--
25
In the example below, the "Replace" transform will replace the entire
26
<customErrors> section of your web.config file.
0 commit comments