gpt4 book ai didi

asp.net - 我需要更改什么才能允许IIS7 ASP.Net 3.5应用程序创建事件源并将事件记录到Windows EventLog?

转载 作者:行者123 更新时间:2023-12-03 08:36:36 26 4
gpt4 key购买 nike

在IIS 7下运行的ASP.Net 3.5似乎不允许这样做。

        if (!EventLog.SourceExists("MyAppLog"))
EventLog.CreateEventSource("MyAppLog", "Application");

EventLog myLog = new EventLog();
myLog.Source = "MyAppLog";
myLog.WriteEntry("Message");

最佳答案

自Windows 2003以来,这是Windows安全性的一部分。

您需要在注册表中的HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ Eventlog \ Application下创建一个条目。确保网络服务或您模拟的帐户对该注册表项具有权限。

@CheGueVerra的链接:Requested Registry Access Is Not Allowed

关于asp.net - 我需要更改什么才能允许IIS7 ASP.Net 3.5应用程序创建事件源并将事件记录到Windows EventLog?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/286060/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com