Any IIS experts out there? |
|
06-11-2012, 12:16 PM
|
|||
|
|||
|
Any IIS experts out there?
I'm just trying to get a feel if anyone here on TLF is quite familiar with IIS (Internet Information Services).
At work we run a server with Windows Server 2003. Lately we've been having some applications (written well before me) that are starting to hang up the server. The person that manages our server doesn't know much about trying to pin point which app (or apps) are causing the trouble. I have some things I'm working on now, but plan on spending some time on Google later to figure this out. I just thought I'd see if maybe we had some members here with some ideas. |
|||
|
06-20-2012, 09:26 AM
(This post was last modified: 06-20-2012 09:26 AM by KoBE.)
|
|||
|
|||
|
RE: Any IIS experts out there?
Thought I'd update anyone that finds themselves looking at this thread, some information that I found.
The first thing I did was download Process Explorer: http://technet.microsoft.com/en-us/sysin...96653.aspx For those who haven't used it, it makes Task Manager look like a little boy compared to a body builder. Ok, that may be a bad reference, but Process Explorer is simply more powerful. I used it to check out which Application Pools (each have it's own instance of w3wp.exe) were using up more juice. Anything from CPU/Memory/IO performance. After identifying which process(es) were being naughty, I decided to run an IIS Debug Diagnostic Tool. Link: http://www.microsoft.com/en-us/download/...x?id=26798 Following some simple steps here: http://serverfault.com/questions/163561/...865#166865 I was able to effectively check out which exceptions were present in the application. If the App was hung up, running a Full Dump would tell me where it was hung up, and what it was waiting for. I then ran a FULL Dump of all the IIS processes and actually found out quite a bit more about he other pools that had seemed to be working fine. If you are experienceing Deadlock, CPU Spiking, Poor Performance, Timeouts... I'd check into the links I mentioned here. Good luck. :D |
|||
|
07-11-2012, 02:43 PM
|
|||
|
|||
|
RE: Any IIS experts out there?
Thanks for the whole intro with it all :) IIS, never touched, was more of the cPanel person XD Hopefully will touch when needed one day :)
|
|||
| Users browsing this thread |
| 1 Guest(s) |



