Re: IIS can't serve Asp page
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 09/26/04
- Next message: David Wang [Msft]: "Re: Can't run a soap based web service on IIS6.0"
- Previous message: David Wang [Msft]: "Re: IIS, ASP & PHP - is it possible?"
- In reply to: Master: "IIS can't serve Asp page"
- Next in thread: Master: "Re: IIS can't serve Asp page"
- Reply: Master: "Re: IIS can't serve Asp page"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 26 Sep 2004 02:09:07 -0700
IIS6 on Windows Server 2003 publishes log information to three logs,
depending on its type.
1. Connection/HTTP/AppPool related issues go into
%SYSTEMROOT%\System32\LogFiles\HTTPErr\*.log
2. Request related issues (200, 404, 500, etc) go into %SYSTEMROOT
%\System32\LogFiles\W3SVC#\*.log
3. Non-request/Server-configuration issues go into the Event Log for
Application and System
Timeouts are connection related, so you won't find them in the event viewer.
Basically, IIS cannot spam the Event Log (that is a security vulnerability),
so you will only find serious configuration-related issues in the Event Log.
Request/connection-based issues are not serious (they may be crippling to
your website at the application level, but from a system point of view, it
is non-serious), so they are logged elsewhere in the standard Windows
LogFiles location.
Can you give the exact error that is returned when you turn off IE's "Show
Friendly HTTP Errors" option.
If it is a "hanging" request (Browser keeps spinning and shows nothing for a
long time), try running IIS State on the server when the hanging is
happening and post its log here for an analysis.
http://www.iisfaq.com/default.aspx?view=P197
-- //David IIS This posting is provided "AS IS" with no warranties, and confers no rights. // "Master" <dlc2000@@libero.it> wrote in message news:YRg5d.4199$O9.376024@news4.tin.it... Hello, i have a windows 2003 server and 2-3 times at days the IIS can serve the asp page, and the only 2 sites that are on the server report a timeout error, no problem for the other html sites... i have check the event viewer but no error inside, any help? thx
- Next message: David Wang [Msft]: "Re: Can't run a soap based web service on IIS6.0"
- Previous message: David Wang [Msft]: "Re: IIS, ASP & PHP - is it possible?"
- In reply to: Master: "IIS can't serve Asp page"
- Next in thread: Master: "Re: IIS can't serve Asp page"
- Reply: Master: "Re: IIS can't serve Asp page"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|