Table of Contents

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

IisAspCacheSettings

CodePage

Gets or sets the code page.

public int CodePage { get; set; }

Property Value

int

ComPlus

Gets or sets the COM+ settings.

public IisAspComPlusSettings ComPlus { get; set; }

Property Value

IisAspComPlusSettings

Debugging

Gets or sets the debugging settings.

public IisAspDebuggingSettings Debugging { get; set; }

Property Value

IisAspDebuggingSettings

EnableBuffering

Gets or sets whether buffering is enabled.

public BooleanOption EnableBuffering { get; set; }

Property Value

BooleanOption

EnableChunkedEncoding

Gets or sets whether to enable chunked encoding.

public BooleanOption EnableChunkedEncoding { get; set; }

Property Value

BooleanOption

EnableHtmlFallback

Gets or sets whether to enable HTML fallback.

public BooleanOption EnableHtmlFallback { get; set; }

Property Value

BooleanOption

EnableParentPaths

Gets or sets whether to enable parent paths.

public BooleanOption EnableParentPaths { get; set; }

Property Value

BooleanOption

Lcid

Gets or sets the locale identifier (LCID) for the language.

public int Lcid { get; set; }

Property Value

int

Limits

Gets or sets the limits settings.

public IisAspLimitsSettings Limits { get; set; }

Property Value

IisAspLimitsSettings

RestartOnChange

Gets or sets whether to restart on configuration change.

public BooleanOption RestartOnChange { get; set; }

Property Value

BooleanOption

ScriptLanguage

Gets or sets the script language to use - for example "VBScript".

public string ScriptLanguage { get; set; }

Property Value

string

Session

Gets or sets the session settings.

public IisAspSessionSettings Session { get; set; }

Property Value

IisAspSessionSettings

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.IisAspSettings class from the specified Xml.

public static IisAspSettings FromXml(string xml)

Parameters

xml string

The 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.