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.
当我在 RELEASE 模式下发布我的 ASP.NET 站点并设置编译 debug="false" 时,我的 ASP.NET 和 System.Diagnostics Tracing 是否仍然有效?
我相信跟踪是与配置中的调试分开设置的,所以是的,如果配置正确的话。
<configuration> <system.web> <trace enabled="true" requestLimit="40" localOnly="false"/> </system.web> </configuration>
请注意,跟踪会完全破坏您正在进行的任何 msajax 内容