Skip to main content

Redirection on a Callback Error

The ASPxHttpHandlerModule allows you to process a callback request on the server side and generate a response if any server error occurs

Declaration

<configuration>
    ...
    <devExpress>
        ...
        <errors callbackErrorRedirectUrl="" />
    </devExpress>
    ...
</configuration>

Note

You should register the “DevExpress” section group beforehand to use the DevExpress Web.config section.

This option’s default value is an empty string. Assign a value to this option (for instance as callbackErrorRedirectUrl=”Default2.aspx”) to specify the redirection location.

DevExpress configuration section

Corresponding Class

ErrorsConfigurationSection

See Also