Question:You want to identify which event in the Web page life cycle takes the longest time to
execute. How can you accomplish this?
A Turn on ASP.NET tracing and run the Web application. After that, review the trace
results.B Add a line of code to each of the life-cycle events that will print the current time.
C In the Web.confi g fi le, add the monitorTimings attribute and set it to true.
D In the Web site properties, turn on the performance monitor and run the Web application.
After that, open the performance monitor to see the timings.
+ AnswerA
+ Report