私の 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 ファイルで