System.Web.Configuration.TraceSection Members

The members of System.Web.Configuration.TraceSection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationSection

Public Constructors

Initializes a new instance of the System.Web.Configuration.TraceSection class using default settings.

Public Properties

Enabledbool.

Gets or sets a value indicating whether the ASP.NET trace service is enabled.

LocalOnlybool.

Gets or sets a value indicating whether the ASP.NET trace viewer (Trace.axd) is available only to requests from the host Web server.

MostRecentbool.

Gets or sets a value indicating whether the most recent requests are always stored on the server.

PageOutputbool.

Gets or sets a value indicating whether the ASP.NET trace information is appended to the output of each page.

RequestLimitint.

Gets or sets a value indicating the maximum number of requests to the application for which ASP.NET stores trace information.

TraceModeTraceDisplayMode.

Gets or sets the order in which ASP.NET trace information is displayed.

WriteToDiagnosticsTracebool.

Gets or sets a value indicating whether the messages emitted through the page trace are forwarded to an instance of the System.Diagnostics.Trace class.

Protected Properties

[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered.