Question:You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application is tested by 50 client computers. A high volume of Trace messages is generated. You need to ensure that the following requirements are met:
The Trace information is sent only to the trace.axd file. The trace.axd file contains the latest trace information from a maximum of 10 last requests. The trace.axd file is available only on the host Web server.
What should you add to the Trace element in the Web.config file?