views:

143

answers:

0

Hi all,

Looking for best practice here.

I know that there are multiple ways to do logging and exception handling in asp.net, for example, using enterprise library, log4net or even post sharp for AOP style logging. However, I haven't seen that many logging/exception handling articles related to health monitoring and performance counter. Has anyone have any experience in bring all these pieces together? The ideal solution I am looking for is to have up-to-date information on what's happening in an asp.net application and log information and exception information asynchronously.