0

多くの 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)

Googleで検索してみましたが、解決策はありませんでした。私はローカルサーバーでこの問題に直面していません。主なことは、ランダムエラーです。いくつかの同じページが非常にうまく機能します。

サーバー: 2008、IIS 7.5

助けてください

4

1 に答える 1

4

これは実際の例外のスタックトレースではなく、エラー処理フレームワークのスタックトレースにすぎません。イベントログでinnerExceptionが見つからない限り、これを簡単に修正することはできません。

開発者にアプローチします。

于 2011-06-16T09:16:38.000 に答える