Question:You are debugging an application on a test server. You have an issue on a particular page and need to get the error details. You do not want to turn on debugging for the entire site. What actions should you take? (Choose all that apply.)
A In the Web.config file, set the debug attribute of the compilation element to true.
B In the Web.config file, set the debug attribute of the compilation element to false.
C On the page that throws the error, set the debug attribute of the @ Page directive to true.
D On the page that throws the error, set the debug attribute of the @ Page directive to false.
+ AnswerB C
+ Report