4

私はこれに気づきました。Visual Studio 2013 で Azure WebRole をローカルでデバッグしていて、ブレークポイントで長時間一時停止すると、現在の要求、または次の要求、および後続のすべての要求で 500.19 - 内部サーバー エラーが発生します。 .

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.

Detailed Error Information:
Module          CustomErrorModule
Notification    SendResponse
Handler         Not yet determined
Error Code      0x80070490
Config Error    The configuration section 'system.webServer/httpErrors' cannot be read because it is missing a section declaration
Config File     \\?\C:\Users\<user>\AppData\Local\dftmp\Resources\11468ba0-d99a-45d2-bcce-eae28c7b4e2f\temp\temp\RoleTemp\applicationHost.config
Requested URL   <request url>
Physical Path      
Logon Method    Not yet determined
Logon User      Not yet determined

イベント ビューアーは次のように述べています。

The worker process for application pool '902aa9af-0ed8-4126-be43-e533339bdeef' encountered an error 'Cannot read configuration file' trying to read global
module configuration data from file '\\?\C:\Users\<user>\AppData\Local\dftmp\Resources\11468ba0-d99a-45d2-bcce-eae28c7b4e2f\temp\temp\RoleTemp\applicationHost.config', 
line number '0'.  Worker process startup aborted.

そして、そのディレクトリを確認すると、ファイルがそこにないことがわかります。その前にリクエストを行うことができたので、ある時点でファイルがそこにあったと推測しています。

WebRole を再起動すると問題が解決するようです。

99% の場合、これは問題ではないので、構成ファイルに実際にエラーがあるわけではないと確信しています。デバッグが「ストレス」になるだけです。 . :(

4

0 に答える 0