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.
ASP.NET サイトを RELEASE モードで公開し、コンパイルを debug="false" に設定すると、ASP.NET と System.Diagnostics Tracing は機能しますか?
トレースは構成でデバッグとは別に設定されていると思いますので、適切に構成されていればそうです。
<configuration> <system.web> <trace enabled="true" requestLimit="40" localOnly="false"/> </system.web> </configuration>
トレースは、実行中の msajax を完全に破壊することに注意してください