Click here to Skip to main content
15,886,714 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi ,

We have a web application hosted in IIS 8 in Windows 8 Beta Server. When i browse the file from IIS getting 404 Erro every time.

When i saw the IIS logs am able to see different Extensions everytime for the same file i browse.

Sample Error log

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

Why is this happening...the file is there in that location !!

Please suggest your ideas .

Thanks
Posted
Updated 4-Jul-12 22:52pm
v2

1 solution

Have you checked this IE10?

If you have IE10.0 then make this as default browser and try again
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900