.NET Multiple Choice Questions and Answers

Question

You have been asked to debug a Web-based ASP.NET application. For some reason, the debugging information is not presented. What could be missing?

A <%@ Page Debug="true" %>
B <%@ Application Page="true" %>
C <%@ Page Trace="true" %>
D <%@ Application Trace="true" %>

Answer & Explanation

Answer: Option [A]