Log4net - 对象引用未设置问题
我有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
结果“技术精湛的支持人员”将其安装到了 MOSS 的虚拟目录中......
伙计们 - 没有任何东西可以与共享点共存......
Turns out the "highly skilled support guys" installed it to a virtual directory of MOSS...
Guys - nothing co-exists with sharepoint...