M
Matt
I have an ASP.Net page that receives batch transmissions of data from
clients. I would like to add some type of logging to this application so I
can review transmission issues easily. I tried writing to a file but
quickly found when multiple clients are hitting the web page at the same
time it causes all kinds of issues with multiple threads trying to use the
same file. I was wondering if anyone has a solution they would like to
share and any type of sample would be wonderful.
Thanks,
Matt
clients. I would like to add some type of logging to this application so I
can review transmission issues easily. I tried writing to a file but
quickly found when multiple clients are hitting the web page at the same
time it causes all kinds of issues with multiple threads trying to use the
same file. I was wondering if anyone has a solution they would like to
share and any type of sample would be wonderful.
Thanks,
Matt