更新:
我一直试图打开 周转基金跟踪,但仍然没有成功... 下面是我最新的更新。
我是否需要许可才能写到下面的位置?
<system.diagnostics>
<trace autoflush="true" />
<sources>
<source name="System.ServiceModel"
switchValue="Information, ActivityTracing"
propagateActivity="true">
<listeners>
<add name="sdt"
type="System.Diagnostics.XmlWriterTraceListener"
initializeData= "@\\myservername\folder1\traces.svclog" />
</listeners>
</source>
</sources>
</system.diagnostics>
我正在使用.NET Framework 3.5。
为了调试目的打开 WCF 跟踪的分步指令是什么?