Table of Contents

Enum IisCustomErrorsMode

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The mode for custom errors (.NET error pages).

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisCustomErrorsMode

Fields

Off = 2

The custom errors mode is off.

On = 1

The custom errors mode is on.

RemoteOnly = 3

The custom errors mode is remote only.

Unknown = 0

The custom errors mode is unknown.