nerdexam
Microsoft

98-372 · Question #96

You are creating an application using .NET Framework 4.0. The application implements a custom authentication mechanism. You need to write entries related to unsuccessful authentication attempts to…

The correct answer is C. Application. You will always write events to the Application event log or a custom event log. There are three default event logs, which are as follows: Other installed applications and services, such as Active Directory, can have additional event

Understanding Error Handling

Question

You are creating an application using .NET Framework 4.0. The application implements a custom authentication mechanism. You need to write entries related to unsuccessful authentication attempts to an event log. To which event log will you write entries related to unsuccessful authentication attempts?

Options

  • AActive Directory
  • BSystem
  • CApplication
  • DSecurity

How the community answered

(25 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    80% (20)
  • D
    8% (2)

Explanation

You will always write events to the Application event log or a custom event log. There are three default event logs, which are as follows: Other installed applications and services, such as Active Directory, can have additional event

Topics

#event log#Application log#authentication logging#System.Diagnostics

Community Discussion

No community discussion yet for this question.

Full 98-372 Practice