我正在使用大量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
请帮忙
答案 0 :(得分:2)
这不是实际异常的堆栈跟踪,只是错误处理框架的堆栈跟踪。除非您可以在事件日志中找到innerException,否则您将无法轻松解决此问题。
接近开发者。