Microsoft
70-519 · Question #236
70-519 Question #236: Real Exam Question with Answer & Explanation
The correct answer is B. In the custom Errors element of the Web.config file, set the mode attribute to remoteOnly.. See the full explanation below for the reasoning.
Question
You are designing an exception-handling strategy for an ASP.NET Web Forms application. The Web application will use Windows authentication. The Web application must meet the following requirements: - Display a user-friendly error message to users. - Display a detailed error message to server administrators. You need to recommend an approach for handling exceptions. What should you recommend?
Options
- AAdd a HandleError attribute to each controller class.
- BIn the custom Errors element of the Web.config file, set the mode attribute to remoteOnly.
- COn the assembly, add a SecureRules attribute with the security rule set configured to level 2.
- DIn the Application_Error event handler, wrap the exception in an ExternalException exception.
Community Discussion
No community discussion yet for this question.