System.Web.Configuration.ProcessModelSection.ServerErrorMessageFile Property

Gets or sets a value indicating the file whose content must be used when a fatal error occurs.

Syntax

[System.Configuration.ConfigurationProperty("serverErrorMessageFile", DefaultValue="")]
public string ServerErrorMessageFile { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The file whose content is used instead of the default Server Unavailable message.

The file location can be a relative or an absolute file path.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0