作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
是做什么用的?-6ren"> 是做什么用的?-这是做什么用的? ASP.NET 错误提示我必须将其放入我的 web.config 文件中。这些代码行是做什么的? 最佳答案 您可以阅读有关 的信息元素 here on MSDN . -6ren">
这是做什么用的?
ASP.NET 错误提示我必须将其放入我的 web.config 文件中。这些代码行是做什么的?
<system.web>
<customErrors mode="Off"/>
</system.web>
最佳答案
您可以阅读有关 <customErrors>
的信息元素 here on MSDN .
具体来说:
Specifies that custom errors are disabled. The detailed ASP.NET errors are shown to the remote clients and to the local host.
关于asp.net - <customErrors mode ="Off"/> 是做什么用的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22067460/
我是一名优秀的程序员,十分优秀!