Date:  03/13/2002 08:07:25 PM Msg ID:  000438
From:  FoxWeb Support Thread:  000433
Subject:  Re: Custom error messages
Regular script errors can be formated by using a different error template, as described in the FoxWeb Configuration page.

Errors that are not returned by scripts can also be customized, but the procedure is a little more difficult.  To customize these errors you will need to add a new value named "StubError" in the FoxWeb registry key (hklm\software\Aegis Group\FoxWeb\CurrentVersion).  FoxWeb will return exactly what you enter in this value.  The string "%error%" can be used to merge in the actual error message:

StubError="<body><h3>An Error has Occurred</h3>Message: %error%</body>"


FoxWeb Support Team
support@foxweb.com

Sent by Craig Raber on 03/13/2002 02:15:55 PM:
Is there a way to customize the error messages returned to the end-user when there is a Foxweb error. i.e. when the program times out?