如何授予 ASP.NET 写入事件日志条目的权限

发布于 2024-11-06 19:50:55 字数 320 浏览 0 评论 0原文

我正在尝试使用 System.Diagnostics 中的 EventLog.WriteEntry 写入应用程序事件日志。

我在本地计算机上没有问题,但在我的虚拟服务器上,它出现了安全错误。

我使用默认的 AppPoolIdentity 并在为 IIS_IUSR 组中的新 AppPool 创建的自定义用户下尝试了此操作,但没有成功。

根据建议,我在 REGEDIT 中向我的应用程序池用户授予了 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\EventLog 的权限,

但仍然没有帮助。

有什么想法吗?

I am trying to write to the application event log using EventLog.WriteEntry in System.Diagnostics.

I have no problem on my local machine, but on my virtual server, it blows a security error.

I tried this with the default AppPoolIdentity, and under a custom user created for a new AppPool in the IIS_IUSR group, without success.

On advice, I gave permissions in REGEDIT to my app pool user to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\EventLog

Still no help.

Any ideas?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文