Question:You want to run the trace continuously to enable you to quickly look at the 10 most
recent traces from anyone using your Web site, but you are concerned about fi lling
your hard drive with excessive data. Which of the following settings will accomplish
your objective? 

A <trace
enabled="false"
requestLimit="10"
pageOutput="false"
traceMode="SortByTime"
localOnly="true"
Lesson 2: Troubleshooting a Running ASP.NET Application CHAPTER 12 777
mostRecent="true"
/> 

B <trace
enabled="true"
requestLimit="10"
pageOutput="true"
traceMode="SortByTime"
localOnly="true"
mostRecent="true"
/> 

C <trace
enabled="true"
requestLimit="10"
pageOutput="false"
traceMode="SortByTime"
localOnly="true"
mostRecent="false"
/> 

D <trace
enabled="true"
requestLimit="10"
pageOutput="false"
traceMode="SortByTime"
localOnly="false"
mostRecent="true"
/> 

+ Answer
+ Report
Total Preview: 908

Copyright © 2024. Powered by Intellect Software Ltd