Class AppErrorMessagePages
Configuration class that holds the Error Page mappings. Each of these properties can point at an external page that can be used to display a custom error page for specific errors.
The filenames can either be expressed as relative Web Paths:
- messages/Maintenance.htm
- ~/messages/Maintenance.htm
or as absolute physical paths:
- c:\westwind\wconnect\messages\maintenance.htm
Whatever path files are read from requires that the account running the application (typically SYSTEM) has read access.
Westwind.Tools.wwAppConfiguration
Westwind.WebConnection.AppErrorMessagePages
Class Members
Member | Description | |
---|---|---|
![]() |
Busy | Page displayed only for COM messaging when no server instance can be retrieved when all instances are already busy processing requests. |
![]() |
Exception | Page to display when an Execption occurs during the server call. Used for file based messaging. Exception is also the 'generic' failure message that is displayed if an internal error occurs in the… |
![]() |
InvalidRequestId | Page to display when the request id doesn't match |
![]() |
Maintenance | Page displayed when the server is in maintenance mode and not accepting requests while the MaintMode flag is set. |
![]() |
NoOutput | Page displayed when the server application returned no output to the module. |
![]() |
OleError | Exception fired when a COM Server call fails. This is specific to a failure in the COM server operation - typically this will be an Invokation error or a COM security error. |
![]() |
PostBufferSize | Error displayed if the PostBufferSize is exceeded |
![]() |
Timeout | Page displayed when a request times out for taking too long to process |
![]() |
TranmitFileFailure | Page displayed if TransmitFile fails to find or access the requested file |
Assembly: webconnectionmodule.dll
© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic