70-515 MCTS 培训套件在 ASP.NET 运行状况监控问题上是否有误?

发布于 2024-10-15 19:02:52 字数 645 浏览 7 评论 0原文

在我的书“MCTS 自定进度培训套件(考试 70-515):使用 Microsoft .NET Framework 4 进行 Web 应用程序开发”第 418 页上有以下问题:

您想要配置 ASP.NET 运行状况 监控以记录信息 用户登录失败的时间 服务器。哪个 Web 事件类应该 你用吗?

  • A. WebRequestEvent
  • B. WebAuditEvent
  • C. WebApplicationLifetimeEvent
  • D. WebAuthenticationSuccessAuditEvent

根据书中的说法,答案是D。然而,根据这本书,WebAuthenticationSuccessAuditEvent 是

“用于在以下情况下提供信息: 用户身份验证成功 在网站上”

。我想也许这本书的意思是应该使用 WebAuthenticationFailureAuditEvent 类,即

“用于在以下情况下提供信息: 用户身份验证尝试失败 发生在网站上。

我认为这本书是错误的,这是正确的吗?

In my book, "MCTS SElf-Paced Training Kit (Exam 70-515): Web Applications Development with Microsoft .NET Framework 4", on page 418 there is the following question:

You want to configure ASP.NET health
monitoring to log information every
time a user fails to log on to the
server. Which web event class should
you use?

  • A. WebRequestEvent
  • B. WebAuditEvent
  • C. WebApplicationLifetimeEvent
  • D. WebAuthenticationSuccessAuditEvent

The answer, according to the book is D. However, according to the book, WebAuthenticationSuccessAuditEvent is

"Used to provide information when a
successful user authentication occurs
on the site"

. I'm thinking that maybe the book meant to say that the WebAuthenticationFailureAuditEvent class should be used, which is

"Used to provide information when a
failed attempt at user authentication
occurs on the site.

Am I correct in believing that the book is wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忆离笙 2024-10-22 19:02:52

是的,你是对的。书上写错了。

Yes, you are correct. The book is wrong.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文