98-363 · Question #159
You work as a Web Application Developer for company Inc. The company uses Visual Studio .NET as its application development platform. You create an ASP.NET Web application using the .NET Framework…
The correct answer is B. <customErrors mode="Off" />. See the full explanation below for the reasoning.
Question
You work as a Web Application Developer for company Inc. The company uses Visual Studio .NET as its application development platform. You create an ASP.NET Web application using the .NET Framework. The application is installed in a Network Load Balancing cluster. You are evaluating a bug statement. When a failure takes place in the Web application, the client occasionally gets an error page as anticipated. At other times, the client gets an exception stack with the error message, which is not anticipated. You are required to find out the configuration setting that causes the unanticipated error. Which of the following configuration settings causes the unanticipated error?
Options
- A<compilation debug="true" />
- B<customErrors mode="Off" />
- C<compilation debug="false" />
- D<customErrors mode="On" />
How the community answered
(45 responses)- A2% (1)
- B76% (34)
- C16% (7)
- D7% (3)
Community Discussion
No community discussion yet for this question.