|
Home > Archive > IIS FTP Server > December 2005 > Troubleshooting IIS 4.0
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Troubleshooting IIS 4.0
|
|
|
| Hello,
I am attempting to troubleshoot IIS 4.0 problems. I have an Access database
which loads the IIS logs. Relevant fields are: SiteName, page, user, error
text, HTTP status, and short error text. One server has several hundred
records with a status of 500, "IIS Server Problem". Can anyone advise me on
how to effectively troubleshoot these errors? We have identified several
problems which are currently being addressed. Chief among these are old
Access 97 databases which are being updated to Access 2000, or later. Also,
We have a number of ASP pages that open but do not close database
connections. There are also a number of 403, "Client or permissoins error"
records.
Generally, the problems we see are resolved by cycling inetinfo, MTX, msdtc,
w3svc and site server services. Symptoms range from general slow response
time to high memory or CPU usage by inetinfo .exe. We don't normally see the
performance issues with the MTX processes (for isolated sites).
Occassionally, inetinfo cannot be terminated and the server must be rebooted.
Any general tips on troubleshooting the specific issues, or IIS 4.0 in
general are greatly appreciated. Links to KB articles, white papers, etc.
also appreciated.
Thanks in advance,
Rich
| |
| Bernard Cheah [MVP] 2005-12-28, 7:53 am |
| Mm.. you should post this to general iis group rather than this FTP focus
group.
Now, for 500 error. nothing much you can do, as you need the exact error
msgs.
HOW TO: Troubleshoot an "HTTP 500 - Internal Server Error" Error Message
http://support.microsoft.com/?id=311766
for 403. you need to determine what is the exact error as well, since they
are many sub error codes.
see IIS Status Codes
http://support.microsoft.com/?id=318380
from your description, it looks something wrong with the application. You
can try to debug it with DebugDiag (google it), and to be honest you
might also want to look at IIS 6.0 which offers better application
isolation, performance, security, etc....
--
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://msmvps.com/blogs/bernard/
"rich" <rich@discussions.microsoft.com> wrote in message
news:B27DBFFB-37FA-4BCE-8148-4518F48F206B@microsoft.com...
> Hello,
>
> I am attempting to troubleshoot IIS 4.0 problems. I have an Access
> database
> which loads the IIS logs. Relevant fields are: SiteName, page, user,
> error
> text, HTTP status, and short error text. One server has several hundred
> records with a status of 500, "IIS Server Problem". Can anyone advise me
> on
> how to effectively troubleshoot these errors? We have identified several
> problems which are currently being addressed. Chief among these are old
> Access 97 databases which are being updated to Access 2000, or later.
> Also,
> We have a number of ASP pages that open but do not close database
> connections. There are also a number of 403, "Client or permissoins
> error"
> records.
>
> Generally, the problems we see are resolved by cycling inetinfo, MTX,
> msdtc,
> w3svc and site server services. Symptoms range from general slow response
> time to high memory or CPU usage by inetinfo .exe. We don't normally see
> the
> performance issues with the MTX processes (for isolated sites).
> Occassionally, inetinfo cannot be terminated and the server must be
> rebooted.
>
> Any general tips on troubleshooting the specific issues, or IIS 4.0 in
> general are greatly appreciated. Links to KB articles, white papers, etc.
> also appreciated.
>
> Thanks in advance,
>
> Rich
>
|
|
|
|
|