Working with CB6 exception handling. ( BTW Whoops is great! ) I'm new to CB and integrating a legacy app. Working to display a custom error page for production but 'Server Error 500 - Internal server error ...' message is output prior to displaying my custom error information. I am forcing an error '#forceError#' to trigger the exception for testing. Any thoughts on how to exclude the Server Error message?
davidrschaller
02/02/2022, 12:14 PM
This is on an IIS server. Although both the 'Server Error' and my custom error template is processed. However, IIS isn't taking over to display its own message - completely, as CB still 'handles' the error.