Inconsistencies in Health Monitoring Between WebForms and MVC
Posted
on Dot net Slackers
See other posts from Dot net Slackers
Published on Mon, 19 Apr 2010 00:00:00 GMT
Indexed on
2010/04/20
2:53 UTC
Read the original article
Hit count: 326
Filed under:
As I have written and spoken on numerous occasions, Health Monitoring happens to be one of my favorite features in ASP.NET. In WebForms, it's a path well trodden. However, while building Morts & Elvises with MVC2, I ran into a strange inconsistency, which I'd like to describe here.
WebForms
Whenever a WebForm throws an unhandled exception, at the very least the error is written to the system's even log. Suppose we have this silly simple page method:
protected override void OnLoad...
Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
© Dot net Slackers or respective owner