1

ユーザーが無制限にテキストデータを投稿できる FAQ を 1 つの機能とするアプリケーション サイトを開発しました。1 つのフィールド (質問または回答) のサイズが大きい (1 ページの長さなど) 場合は常に、2 つのサーバーを使用してアプリケーションを実行します。ログで確認したエラーの詳細は

-------------------
Event Type:        Error
Event Source:    W3SVC
Event Category:                None
Event ID:              1002
Date:                     1/23/2012
Time:                     3:29:49 PM
User:                     N/A
Computer:          BA5SWWW006
Description:
Application pool 'pool_name' is being automatically disabled due to a series of failures in the process(es) serving that application pool.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

--------------------

そしてまた

-------------------

Event Type:        Error
Event Source:    VsJITDebugger
Event Category:                None
Event ID:              4096
Date:                     1/23/2012
Time:                     3:29:44 PM
User:                     NT AUTHORITY\NETWORK SERVICE
Computer:          BA5SWWW006
Description:
An unhandled win32 exception occurred in w3wp.exe [10896]. Just-In-Time debugging this exception failed with the following error: Debugger could not be started because no user is logged on.

Check the documentation index for 'Just-in-time debugging, errors' for more information.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 02 00 5c 80               ..\    

------------------------

しかし、他のサーバーは正常に動作しています。両方の基本設定が同じであることをすべて確認します。また、他のモジュールにはそのようなログインエラーはありません。質問または回答のテキストが少ない場合、同じモジュールでもエラーは発生しません。

これが発生すると、ユーザー資格情報の入力を求められますが、なぜそのようなプロンプトが表示されるのか理解できませんでした?????

質問または回答を保存するために、長いテキスト フィールドで my-sql を使用します。

4

1 に答える 1

0

IIS Debug Diagnostics Toolを試して、問題をさらに診断することをお勧めします。

この SO の質問には、他にも多くの提案があります。IIS の致命的な通信エラーの問題を診断する方法

于 2012-01-30T08:08:53.133 に答える