File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 15
15
</connectionStrings>
16
16
-->
17
17
<system .web>
18
- <!--
19
- In the example below, the "Replace" transform will replace the entire
20
- <customErrors> section of your Web.config file.
21
- Note that because there is only one customErrors section under the
22
- <system.web> node, there is no need to use the "xdt:Locator" attribute.
23
-
24
- <customErrors defaultRedirect="GenericError.htm"
25
- mode="RemoteOnly" xdt:Transform="Replace">
26
- <error statusCode="500" redirect="InternalError.htm"/>
27
- </customErrors>
28
- -->
18
+ <customErrors mode =" Off" xdt : Transform =" Replace" />
29
19
</system .web>
30
20
</configuration >
Original file line number Diff line number Diff line change 60
60
</providers >
61
61
</sessionState >
62
62
<compilation debug =" true" targetFramework =" 4.0" />
63
+
64
+ <customErrors mode =" RemoteOnly" />
63
65
</system .web>
64
66
<system .webServer>
65
67
<validation validateIntegratedModeConfiguration =" false" />
You can’t perform that action at this time.
0 commit comments