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
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)- A8% (2)
- B4% (1)
- C80% (20)
- D8% (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
Community Discussion
No community discussion yet for this question.