C
Craig
I have an ASP.net Web service. The web service calls an assembly that is
installed in the GAC on the deployment machine. I have configured an extra
EventLog trace listener in the web.config file. When calling Trace.Write
from the webservice I get the message in the Application Event log and also
one in DebugView (by sysinternals.com, which watches for messages from the
OutputDebugString API, that the DefaultTraceListener calls). So everything
works as expected so far. However the trace messages from the assembly
consumed by the web service that resides in the GAC never fire?
Why is this?
Thanks,
Craig
installed in the GAC on the deployment machine. I have configured an extra
EventLog trace listener in the web.config file. When calling Trace.Write
from the webservice I get the message in the Application Event log and also
one in DebugView (by sysinternals.com, which watches for messages from the
OutputDebugString API, that the DefaultTraceListener calls). So everything
works as expected so far. However the trace messages from the assembly
consumed by the web service that resides in the GAC never fire?
Why is this?
Thanks,
Craig