Webservice and Trace
I've configured web.config to enable trace ( <trace enabled="true" requestLimit="100" pageOutput="false" traceMode="SortByTime" localOnly="false"/>).
The Requests to the WebService shown in the main page of Trace.axd (/myWS/Trace.axd), but when viewing the details of that request, there is no "Trace Information" entry.
Where is the Trace.WriteLine going to?
When doing the exact same configuration on a WebApplication, the "Trace Information" shows as expected.
Thanks,
Joel

