Logging errors in asp.net mvc, OnException method not enough?
Posted
by Blankman
on Stack Overflow
See other posts from Stack Overflow
or by Blankman
Published on 2010-05-12T09:41:34Z
Indexed on
2010/05/12
9:44 UTC
Read the original article
Hit count: 191
I am logging errors in my controllers method:
protected override void OnException(ExceptionContext filterContext)
But if I make a type in my view page, or enter a route that doesn't exist, it doesn't seem to log that erorr?
© Stack Overflow or respective owner