PipelineModuleStepContainer.GetEventCount每天失败一次或两次

时间:2015-03-16 08:12:09

标签: c# asp.net iis-7.5

每天一到两次,我在Windows事件日志中收到以下错误。在它出现之后,我的Web应用程序不再提供任何请求,每次有请求时,都会再次记录此错误。

Exception information: 
    Exception type: NullReferenceException 
    Exception message: Object reference not set to an instance of an object.
   at System.Web.PipelineModuleStepContainer.GetEventCount(RequestNotification notification, Boolean isPostEvent)
   at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)
   at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)
   at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)

我已经找到了其他提及此错误的内容,但其中一个是一致的情况,因此不适用于我的方案。另一个是在特定应用程序的上下文中提到的,并且没有说明为什么会出现此错误或如何调试它。

我需要一些帮助来调试此错误并找出真正的错误。有谁知道我怎么解决这个问题?

0 个答案:

没有答案