Re: IIS can't serve Asp page

From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 09/26/04


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


Relevant Pages

  • Re: IIS Start up errors
    ... provide the detailed steps to reinstall the IIS server in SBS 2003 server. ... For example, programs such as Microsoft ... In the Currently installed programs list, click Windows Small Business ...
    (microsoft.public.windows.server.sbs)
  • Re: Active Directory Services cannot find the web server
    ... I am having the same problem with a windows xp pro with iis 5.1 ... incedently does not work properly when connecting to the server. ... both the client and server and still no luck. ...
    (microsoft.public.dotnet.faqs)
  • Re: restated: VS Develper (non Admin) missing IIS MMC Management
    ... > debug ASP in VB.Net, and of course manage IIS MMC. ... > Microsoft Development Environment ... > Information Server on the client and the server. ... > server from a Windows NT 4.0 client. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: restated: VS Develper (non Admin) missing IIS MMC Management
    ... > debug ASP in VB.Net, and of course manage IIS MMC. ... > Microsoft Development Environment ... > Information Server on the client and the server. ... > server from a Windows NT 4.0 client. ...
    (microsoft.public.dotnet.general)
  • Re: restated: VS Develper (non Admin) missing IIS MMC Management
    ... > debug ASP in VB.Net, and of course manage IIS MMC. ... > Microsoft Development Environment ... > Information Server on the client and the server. ... > server from a Windows NT 4.0 client. ...
    (microsoft.public.inetserver.iis)

Loading