如何打開WCF跟蹤?我一直在試著打開WCF追蹤,但仍然沒有成功.。下面是我的最新更新。我需要許可才能寫信到下面的位置嗎? <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 Framework3.5。為了調試目的,打開WCF跟蹤的逐步指令是什么?
添加回答
舉報
0/150
提交
取消