The members of System.Web.Configuration.TraceSection are listed below.
See Also: Inherited members from System.Configuration.ConfigurationSection
Initializes a new instance of the System.Web.Configuration.TraceSection class using default settings. |
Enabled | bool.
Gets or sets a value indicating whether the ASP.NET trace service is enabled. | |
LocalOnly | bool.
Gets or sets a value indicating whether the ASP.NET trace viewer (Trace.axd) is available only to requests from the host Web server. | |
MostRecent | bool.
Gets or sets a value indicating whether the most recent requests are always stored on the server. | |
PageOutput | bool.
Gets or sets a value indicating whether the ASP.NET trace information is appended to the output of each page. | |
RequestLimit | int.
Gets or sets a value indicating the maximum number of requests to the application for which ASP.NET stores trace information. | |
TraceMode | TraceDisplayMode.
Gets or sets the order in which ASP.NET trace information is displayed. | |
WriteToDiagnosticsTrace | bool.
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. |
[read-only] override | Properties | System.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered. |