GIAC
GSSP-NET · Question #139
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create an ASP.NET Web application using .NET Framework 3.5. You…
The correct answer is A. <healthMonitoring enabled="true"/>. See the full explanation below for the reasoning.
Question
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create an ASP.NET Web application using .NET Framework 3.5. You are not using an exception handling framework in the application. However, the application must automatically log all unhandled exceptions to an event log. You are required to configure the Web.config file accordingly. Which of the following configurations will you use to accomplish the task?
Options
- A<healthMonitoring enabled="true"/>
- B<customErrors mode="On"/>
- C<trace enabled="true"/>
- D<deployment retail="true"/>
How the community answered
(51 responses)- A80% (41)
- B12% (6)
- C6% (3)
- D2% (1)
Community Discussion
No community discussion yet for this question.