IIS 7 Error Pages taking over 500 Errors
Posted by: Rick Strahls WebLog,
on 29 Apr 2009 |
View original | Bookmarked: 0 time(s)
Recently Ive run into a problem on my production server where results that produce errors that are handled by the application (either in Application_Error or in some cases for JSON or XML based custom services) would return IIS error pages instead of my custom error content generated in code. Basically whats happening in all of this handled error code is that the application somehow intercepts an error either Application_Error, or in the case of a JSON service an exception in the RPC call for example...