T
Tolga Erdogus
Since web service requests can be made concurrently, what is the best way to
"Trace" them? Just using the Trace static methods seem to complain with my
log file being open when more than one request concurrently tries to write
to the Trace.
Is there a way the writes across many different web service requests are
coordinated and written in to one log file or should I use a seperate trace
file for each web request?
Is there a way to set this up in the config file?
Thanks
"Trace" them? Just using the Trace static methods seem to complain with my
log file being open when more than one request concurrently tries to write
to the Trace.
Is there a way the writes across many different web service requests are
coordinated and written in to one log file or should I use a seperate trace
file for each web request?
Is there a way to set this up in the config file?
Thanks