David
Wed Mar 15 01:25:20 CST 2006
... how about try troubleshooting by looking at the logfile and NOT by
soliciting/making random configuration changes?
http://blogs.msdn.com/david.wang/archive/2005/12/31/HOWTO_Basics_of_IIS6_Troubleshooting.aspx
The log file often has enough information to make the diagnosis and
solution. And even if it doesn't, there are many tools/procedures and is
simple enough to make non-invasive observations of the failing system to
figure out the issue.
What your log file suggests is that:
- you make a request to /index.html, and it returns a 200 OK.
- It probably has a 0-second META REFRESH to go to /index_flash.html
- it is that request to /index_flash.html which is returning 404.0 Win32
Error code 2 (which means real "file not found").
- At this point, I would look up the website physical folder mapping for "/"
and verify that index_flash.html exists.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"JRich" <JRich@discussions.microsoft.com> wrote in message
news:0C86E73D-8EDE-4390-8291-D25109E724C5@microsoft.com...
> index.html is the default document. Here are the status codes:
>
>
> 2006-03-14 20:03:37 W3SVC1818944864 Servername 131.2.2.2 GET /index.html -
> 80 - 131.2.2.166
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+RCBIE6XPMAN;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727)
> 200 0 0
> 2006-03-14 20:03:37 W3SVC1818944864 Servername 131.2.2.2 GET
> /index_flash.html - 80 - 131.2.2.166
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+RCBIE6XPMAN;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727)
> 404 0 2
>
>
> "Tom Kaminski [MVP]" wrote:
>
>> "JRich" <JRich@discussions.microsoft.com> wrote in message
>> news:B457EC85-5F1B-437F-AA04-14A405D82A72@microsoft.com...
>> >I have a Windows 2003 Server w/ IIS 6 running. I have a new website, but
>> >I
>> > cannot get the index.html page to display. Instead, I get the HTTP 404
>> > error
>> > message. I enabled ASP and ASP.Net but that does not work. Is there
>> > anything
>> > else that I can try?
>>
>> Did you set index.html as a default document?
>>
>> --
>> Tom Kaminski IIS MVP
>>
http://www.microsoft.com/windowsserver2003/community/centers/iis/
>>
http://mvp.support.microsoft.com/
>>
http://www.iistoolshed.com/ - tools, scripts, and utilities for running
>> IIS
>>
>>
>>