
Windows 8 ベータ サーバーの IIS 8 でホストされている Web アプリケーションがあります。IIS からファイルを参照すると、毎回 404 エラーが発生します。
IIS ログを見ると、参照する同じファイルに対して毎回異なる拡張子が表示されています。
サンプルエラーログ 2012-07-03 06:58:14 ::1 GET /ReportViewerReg/default.aspx - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - 404 0 0 18
2012-07-03 06:58:18 ::1 GET /ReportViewerReg/Exit.aspx - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - 404 0 0 11
2012-07-03 06:58:23 ::1 GET /ReportViewerReg/Print.aspx - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - 404 0 0 20
2012-07-03 06:58:25 ::1 GET /ReportViewerReg/Print.aspx - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - 404 0 0 11
2012-07-03 06:58:30 ::1 GET /ReportViewerReg/REPT_KeyClass.aspx - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - 200 0 0 20
**2012-07-03 07:01:31 ::1 GET /ReportViewerReg/default.aspx - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - 404 0 0 11
2012-07-03 07:01:36 ::1 GET /ReportViewerReg/default.aspx - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - 404 0 0 7**
なぜこのようなことが起こるのでしょうか...ファイルはその場所にあります!!
あなたのアイデアを提案してください。
ありがとう