10-22-2019, 08:28 AM
URLResponders were replaced by TContentHandlers (the concept is more or less the same, except that content handlers are not components, they are light classes)
There are several ways to handle the exception in IW 15.
Maybe the best one is creating your own exception handler. This example shows how to:
https://github.com/Atozed/IntraWeb/tree/...ionTimeout
There are several ways to handle the exception in IW 15.
Maybe the best one is creating your own exception handler. This example shows how to:
https://github.com/Atozed/IntraWeb/tree/...ionTimeout

