How to avoid Error 500 when an undefined app is specified in URL
URL: https://<myserver_address>/forms/frmservlet?config=%0aA:B
results in a default Error 500 screen because section [%0aA:B] is not defined in frmweb.cfg.
How can I redirect from the default Error 500 screen to a custom error screen?