Log4net - 对象引用未设置问题

发布于 2024-08-08 20:53:09 字数 296 浏览 4 评论 0原文

我有 2 台测试服务器和 1 台生产服务器。

在我的 global.asax 文件中 - 我有这样一行代码:

void Application_Start(object sender, EventArgs e) 
{
    // Code that runs on application startup
    Logging.ConfigureLogging();
}

在两个测试服务器上它工作正常,但在生产服务器上,它生成一个对象引用未设置异常。关于生产环境中可能导致此错误的任何想法?

I have 2 test and 1 production server.

In my global.asax file - I have this one line of code:

void Application_Start(object sender, EventArgs e) 
{
    // Code that runs on application startup
    Logging.ConfigureLogging();
}

On both test servers its working fine, but on the production server, its generating an object reference not set exception. Any ideas on what in the production environment could be causing this error?

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

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

发布评论

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

评论(1

千纸鹤 2024-08-15 20:53:09

结果“技术精湛的支持人员”将其安装到了 MOSS 的虚拟目录中......
伙计们 - 没有任何东西可以与共享点共存......

Turns out the "highly skilled support guys" installed it to a virtual directory of MOSS...
Guys - nothing co-exists with sharepoint...

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