Enterprise Lib 5.0 无法在生产环境中运行 (Windows Server 2008R2)

发布于 2024-12-26 06:09:57 字数 330 浏览 2 评论 0原文

我正在本地计算机上使用 EntLib 5.0-2010 年 4 月登录(用于滚动平面文件、事件日志),一切正常,当我尝试在我们的 Web 服务器上投入生产时,它不起作用。

开发机是Windows 7,使用VS2010。生产服务器是带有 Microsoft .NET Framework 4.0 的 Windows Server 2008 R2(使用网络帐户 - 非管理员)

我将 LAB DLL 包含在项目中(Common、Logging、ServiceLocation),而不是包含在 GAC 中。

有什么想法吗? 我读了一些文章,他们认为问题是由生产许可引起的,是吗?

提前致谢

I am using EntLib 5.0-April 2010 Logging on my local machine (for rolling flat file, event log) and everything works fine, when I try to put in production on our web server, it does not work.

Development machine is Windows 7 using VS2010. Production server is Windows Server 2008 R2 with Microsoft .NET Framework 4.0 (with network account - not admin)

I am including the LAB DLLs in the project (Common, Logging, ServiceLocation), not in the GAC.

Any ideas?
I read some article and they thought problem caused by permission on Production, is it right?

thanks in advance

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

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

发布评论

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

评论(1

心病无药医 2025-01-02 06:09:57

请按照下列步骤操作:

  1. 启动注册表编辑器工具 Regedit.exe。
  2. 使用应用程序事件日志,展开左侧面板中的大纲列表以找到以下注册表子项:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application
  3. 右键单击​​“应用程序”子项,指向“新建”,然后单击“项”。
  4. 为键名称键入新的事件源名称,然后按 Enter。

Follow these steps:

  1. Start the Registry Editor tool Regedit.exe.
  2. Using the Application Event log, expand the outline list in the left panel to locate the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application
  3. Right-click the Application subkey, point to New, and then click Key.
  4. Type a new event source name for the key name and press Enter.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文