Topic: File access through different .NET application domain
Hello,
You mention in a number of places that only one process can access the log file at the same time. I guess that you mean a .NET process and not a Windows process. I tried to write to the same log file through different .NET application domains that were hosted in the same Windows process and i still get the "no access" error; so, i reverted to using the Router.
Is this correct?
