系统网状物HttpUnhandledException



我正在开发使用大量Ajax控件的web应用程序。我不是该应用程序的开发人员。我正在努力纠正这个问题。此应用程序不断抛出以下错误消息:

Source: System.Web
Message: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Stack trace:
    at System.Web.UI.Page.HandleError(Exception e)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    at System.Web.UI.Page.ProcessRequest()
    at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
    at System.Web.UI.Page.ProcessRequest(HttpContext context)
    at ASP.whyfj_aspx.ProcessRequest(HttpContext context)
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

我试着在谷歌上搜索,但没有得到任何解决方案。我在本地服务器上没有遇到这个问题,主要是它的随机错误。一些时间相同的页面工作得很好。

服务器:2008,IIS 7.5

请帮助

这不是实际异常的堆栈,只是错误处理框架的堆栈。除非您能在事件日志中找到innerException,否则您将无法轻松修复此问题。

接近开发人员。

相关内容

  • 没有找到相关文章

最新更新