Skip to main content
6 events
when toggle format what by license comment
Dec 6, 2018 at 21:45 comment added Kiquenet @Alicia full sample code?
May 23, 2017 at 12:40 history edited CommunityBot
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Jul 11, 2013 at 14:23 comment added Alicia I prefer to override the OnException method for logging, in this way i know i can log everything , even error occuring from an Ajax call which i find will not trigger your Application_Error.
Feb 7, 2011 at 22:08 history migrated from stackoverflow.com (revisions)
Feb 7, 2011 at 20:50 comment added RyanW Thanks so much for adding your thoughts. I think the 302 status code is poor design choice by the original ASP.NET team. I'll get into that in my answers too, there are some options for doing that. It seems some in the MVC world are abandoning customErrors completely and handling it all in the app for better reusability and more control as you point out. But, I had limited success in implementing those and was adding a lot of code that seemed like it was better baked on. More in my answers below.
Feb 5, 2011 at 18:45 history answered nixon CC BY-SA 2.5