I'm using the TextWriterTraceListener that is configured via an app config
file. This works great when there's only 1 instance of the applciation
running. If there are more than 1, then I get an access denied because
another process has the file locked. I could add the
TextWriterTraceListener in code at runtime and specify a unique file name
but I was hoping to keep the configuration in the app config file. What is
the best way to handle using the TextWritrTraceListener in this scenario?


Thanks,

Eric