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 = 2The custom errors mode is off.
On = 1The custom errors mode is on.
RemoteOnly = 3The custom errors mode is remote only.
Unknown = 0The custom errors mode is unknown.