Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于不推荐使用 JavaScript 警报,并且我不希望使用模式框。如何显示在浏览器后面的代码中发生的运行时错误。
把它放在web.config:
web.config
<?xml version="1.0"?> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
编辑
如果您想查看不是配置错误但它们是应用程序逻辑错误的错误,那么您应该保留日志。