ASP.NET - Exception logging approach for concurrent user scenario

Posted by Whiskey-Tango-Foxtrot on Stack Overflow See other posts from Stack Overflow or by Whiskey-Tango-Foxtrot
Published on 2010-05-12T08:55:50Z Indexed on 2010/05/12 10:54 UTC
Read the original article Hit count: 259

I am involved in designing a asp.net webforms application using .NET 3.5. I have a requirement where we need to log exceptions.

What is the best approach for exception handling, given that there would be concurrent users for this application?

Is there a need or possibility to log in exceptions at a user level? My support team in-charge wants to have a feature where the support team can get user specific log files.

To give you a background, this application is currently on VB 6.0 and we are migrating it along with some enhancements. So, today the support personnel have a provision to get user specific log files.

© Stack Overflow or respective owner

Related posts about concurrent

Related posts about user