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
CatchComComponentExceptions
Gets or sets whether to catch COM component exceptions.
public BooleanOption CatchComComponentExceptions { get; set; }
Property Value
EnableClientSideDebugging
Gets or sets whether to enable client side debugging.
public BooleanOption EnableClientSideDebugging { get; set; }
Property Value
EnableLogErrorRequests
Gets or sets whether to enable log error requests.
public BooleanOption EnableLogErrorRequests { get; set; }
Property Value
EnableServerSideDebugging
Gets or sets whether to enable server side debugging.
public BooleanOption EnableServerSideDebugging { get; set; }
Property Value
LogToWindowsEventLog
Gets or sets whether to log errors to the to Windows event log.
public BooleanOption LogToWindowsEventLog { get; set; }
Property Value
RunOnEndFunctionsAnonymously
Gets or sets whether to run on end functions anonymously.
public BooleanOption RunOnEndFunctionsAnonymously { get; set; }
Property Value
ScriptErrorMessage
Gets or sets the script error message.
public string ScriptErrorMessage { get; set; }
Property Value
SendErrorsToBrowser
Gets or sets whether to send errors to the browser.
public BooleanOption SendErrorsToBrowser { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisAspDebuggingSettings class from the specified Xml.
public static IisAspDebuggingSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisAspDebuggingSettings object
Returns
- IisAspDebuggingSettings
A CENTREL.XIA.Configuration.Types.IisAspDebuggingSettings class from the specified Xml.