如何授予 ASP.NET 写入事件日志条目的权限
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论