Working with CB6 exception handling. ( BTW Whoops ...
# box-products
d
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?
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.