-6ren"> -在我的 Web.Debug.config 我有这个: section of your Web.config file. Note that because there is-6ren">
gpt4 book ai didi

asp.net-mvc - 如何更改我的 web.config 以在调试时自动提供

转载 作者:行者123 更新时间:2023-12-03 20:24:50 24 4
gpt4 key购买 nike

在我的 Web.Debug.config 我有这个:

  <system.web>
<!--
In the example below, the "Replace" transform will replace the entire
<customErrors> section of your Web.config file.
Note that because there is only one customErrors section under the
<system.web> node, there is no need to use the "xdt:Locator" attribute.

<customErrors defaultRedirect="GenericError.htm"
mode="RemoteOnly" xdt:Transform="Replace">
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</system.web>

如何更改此设置,以便将配置文件中的值更改为:
<customErrors mode="Off" /> to <system.web>在 web.config 文件中

最佳答案

只需将其更改为:

  <customErrors mode="Off" xdt:Transform="Replace">
</customErrors>

关于asp.net-mvc - 如何更改我的 web.config 以在调试时自动提供 <customErrors mode ="Off"/>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14265436/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com