Gets or sets a value indicating the maximum number of requests to the application for which ASP.NET stores trace information.
Documentation for this section has not yet been entered.
The maximum request limit is 10,000. If a value greater than 10,000 is specified, it is silently rounded down to 10,000 by ASP.NET.
The TraceSection.MostRecent property gets or sets a value that determines whether the requests stored on the server are the most recent requests or the first requests to arrive.
Note When the number of requests exceeds the limit imposed by this setting and TraceSection.MostRecent is false, no more requests are stored in the trace log. If TraceSection.MostRecent is true, the most recent requests are stored up to the limit imposed by this setting and older requests are discarded.