|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
IIS troubleshooting
Hi guys,
I am running an IIS server and developing in ASP using an Oracle database. Every once in a while, the server seems to stop responding to requests, but seems to be idle with 0% CPU usage. Can anybody suggest what might be the reason, as well as recommend any tools to troubleshoot problems like these? I am the only one using the server, so I know that it isn't under a heavy load or anything. Just seems ridiculous sometimes to sit and wait for the server to process a simple request even though the CPU is completely free. It accepts the http connection, but just doesn't send any data back, and doesn't report any errors. So - any suggestions or tools that I can use? Thanks. |
|
#2
|
||||
|
||||
|
Hi,
firstly, what OS and version of IIS are you running. What service pack also. One of the first places I'd check is the event viewer, see if anything is popping up there. This site, has some good troubleshooting articles. Displeaser
__________________
Vi Veri Veniversum Vivus Vici. |
|
#3
|
|||
|
|||
|
Windows Server 2003 SP1, IIS 6.0.
Nothing in the event viewer ![]() Quote:
|
|
#4
|
|||
|
|||
|
Most likely you should be reviewing your code. You may be slowly exhausting resources on the server by failing to properly dispose of objects you create in code. Your symptoms are often associated with ADO code that doesn't clean up properly.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > IIS troubleshooting |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|