Guest User

Untitled

a guest
May 22nd, 2012
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Not redirecting to error page when view doesn't compile
  2. <h2> Sorry, an error occurred while processing your request. </h2>
  3.  
  4. [HandleError]
  5.  
  6. protected override void OnException(ExceptionContext filterContext)
  7. {
  8. EventLog.WriteEntry("MyAppError", filterContext.Exception.ToString(), EventLogEntryType.Error);
  9. base.OnException(filterContext);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment