Table of Contents

Class IisAspDebuggingSettings

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

Represents the classic ASP debugging settings.

public class IisAspDebuggingSettings : GlobalSerializableBase
Inheritance
IisAspDebuggingSettings

Constructors

IisAspDebuggingSettings()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisAspDebuggingSettings class.

public IisAspDebuggingSettings()

Properties

CalculateLineNumbers

Gets or sets whether to calculate line numbers.

public BooleanOption CalculateLineNumbers { get; set; }

Property Value

BooleanOption

CatchComComponentExceptions

Gets or sets whether to catch COM component exceptions.

public BooleanOption CatchComComponentExceptions { get; set; }

Property Value

BooleanOption

EnableClientSideDebugging

Gets or sets whether to enable client side debugging.

public BooleanOption EnableClientSideDebugging { get; set; }

Property Value

BooleanOption

EnableLogErrorRequests

Gets or sets whether to enable log error requests.

public BooleanOption EnableLogErrorRequests { get; set; }

Property Value

BooleanOption

EnableServerSideDebugging

Gets or sets whether to enable server side debugging.

public BooleanOption EnableServerSideDebugging { get; set; }

Property Value

BooleanOption

LogToWindowsEventLog

Gets or sets whether to log errors to the to Windows event log.

public BooleanOption LogToWindowsEventLog { get; set; }

Property Value

BooleanOption

RunOnEndFunctionsAnonymously

Gets or sets whether to run on end functions anonymously.

public BooleanOption RunOnEndFunctionsAnonymously { get; set; }

Property Value

BooleanOption

ScriptErrorMessage

Gets or sets the script error message.

public string ScriptErrorMessage { get; set; }

Property Value

string

SendErrorsToBrowser

Gets or sets whether to send errors to the browser.

public BooleanOption SendErrorsToBrowser { get; set; }

Property Value

BooleanOption

Methods

FromXml(string)

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

public static IisAspDebuggingSettings FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.IisAspDebuggingSettings object

Returns

IisAspDebuggingSettings

A CENTREL.XIA.Configuration.Types.IisAspDebuggingSettings class from the specified Xml.