Class IisAspSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the classic ASP settings.
public class IisAspSettings : BypassSection
- Inheritance
-
IisAspSettings
- Inherited Members
Constructors
IisAspSettings()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisAspSettings class.
public IisAspSettings()
Properties
Cache
Gets or sets the cache settings.
public IisAspCacheSettings Cache { get; set; }
Property Value
CodePage
Gets or sets the code page.
public int CodePage { get; set; }
Property Value
ComPlus
Gets or sets the COM+ settings.
public IisAspComPlusSettings ComPlus { get; set; }
Property Value
Debugging
Gets or sets the debugging settings.
public IisAspDebuggingSettings Debugging { get; set; }
Property Value
EnableBuffering
Gets or sets whether buffering is enabled.
public BooleanOption EnableBuffering { get; set; }
Property Value
EnableChunkedEncoding
Gets or sets whether to enable chunked encoding.
public BooleanOption EnableChunkedEncoding { get; set; }
Property Value
EnableHtmlFallback
Gets or sets whether to enable HTML fallback.
public BooleanOption EnableHtmlFallback { get; set; }
Property Value
EnableParentPaths
Gets or sets whether to enable parent paths.
public BooleanOption EnableParentPaths { get; set; }
Property Value
Lcid
Gets or sets the locale identifier (LCID) for the language.
public int Lcid { get; set; }
Property Value
Limits
Gets or sets the limits settings.
public IisAspLimitsSettings Limits { get; set; }
Property Value
RestartOnChange
Gets or sets whether to restart on configuration change.
public BooleanOption RestartOnChange { get; set; }
Property Value
ScriptLanguage
Gets or sets the script language to use - for example "VBScript".
public string ScriptLanguage { get; set; }
Property Value
Session
Gets or sets the session settings.
public IisAspSessionSettings Session { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisAspSettings class from the specified Xml.
public static IisAspSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisAspSettings object
Returns
- IisAspSettings
A CENTREL.XIA.Configuration.Types.IisAspSettings class from the specified Xml.
ToString()
Returns the classic ASP settings as a human readable string.
public override string ToString()
Returns
- string
The classic ASP settings as a human readable string.