1
如何在IIS 6.0中進行跟蹤工作?,IIS 5.1中的工作正常,但IIS 6.0中工作正常。我已經嘗試給ASPNET用戶授予權限,並在虛擬目錄中啓用了寫入權限。WCF跟蹤在IIS 6.0中不工作
下面是web.config中的代碼片段
<system.diagnostics>
<sources>
<source name="System.ServiceModel"
switchValue="Information, ActivityTracing"
propagateActivity="true">
<listeners>
<add name="traceListener"
type="System.Diagnostics.XmlWriterTraceListener"
initializeData="c:\log\Traces.svclog" />
</listeners>
</source>
</sources>
</system.diagnostics>
<system.serviceModel>
<diagnostics performanceCounters="All" />
ASPNET不是我應該給寫權限的用戶。謝謝很多西拉! – Bhaskar 2010-09-30 14:28:03