7/31/2010
LifeCycle Solutions - Home ( the software development blog )
 

<July 2006>
SunMonTueWedThuFriSat
2526272829301
2345678
9101112131415
16171819202122
23242526272829
303112345

Subscribe to this feed:

RSS 2.0 | Atom 1.0 |CDF






Monday, July 24, 2006

ASP.NET 2.0 includes a new set of features called 'Health Monitoring.'  This involves a lot of different ways to monitor the 'health' of your application in event logs, performance counters, etc.  One use of it, though, is to send email notification of exceptions.  This is something we traditionally had to do in code, or with a logging framework like Enterprise Library Logging.  In ASP.NET 2.0, though, it can be done by simply configuring the application.


This also includes some cool features- such as the ability to prevent sending the same error 100 times.  Other providers support going to a SQL Server table or the event log.
Posted by Daniel Root

© 2006 LifeCycle Solutions, LLC | All Rights Reserved