Sitecore 5.0 API

Settings.ErrorPage Property

Gets the page to redirect to, if a generic error occurs.

[Visual Basic]
Public Shared ReadOnly Property ErrorPage As String
[C#]
public static string ErrorPage {get;}

Property Value

Default value: "/sitecore/error.aspx"

Remarks

If an error occurs during processing of an incoming request, an error message wil be shown using the page pointed to

See Also

Settings Class | Sitecore.Configuration Namespace