Webservice and Trace

Hi, i'm trying to put a WebService to capture Trace events in Trace.axd.

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

[641 byte] By [JoelAlexandre] at [2007-12-28]

.NET Development

Site Classified