Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Not redirecting to error page when view doesn't compile
- <h2> Sorry, an error occurred while processing your request. </h2>
- [HandleError]
- protected override void OnException(ExceptionContext filterContext)
- {
- EventLog.WriteEntry("MyAppError", filterContext.Exception.ToString(), EventLogEntryType.Error);
- base.OnException(filterContext);
- }
Advertisement
Add Comment
Please, Sign In to add comment