File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1515 </connectionStrings>
1616 -->
1717 <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" />
2919 </system .web>
3020</configuration >
Original file line number Diff line number Diff line change 6060 </providers >
6161 </sessionState >
6262 <compilation debug =" true" targetFramework =" 4.0" />
63+
64+ <customErrors mode =" RemoteOnly" />
6365 </system .web>
6466 <system .webServer>
6567 <validation validateIntegratedModeConfiguration =" false" />
You can’t perform that action at this time.
0 commit comments