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?

 

A writeToDiagnosticsTrace="false" and pageOutput="true " and localOnly="true" 

B requestLimit="10" and pageOutput="true" and localOnly="true" 

C requestLimit="10" and pageOutput="false" and localOnly="true" 

D mostRecent="true" and pageOutput="false" and localOnly="true" 

+ Answer
+ Report
Total Preview: 2098

Copyright © 2024. Powered by Intellect Software Ltd