J
jrbrady
I have serveral ASP .NET apps running on a Win 2003 server.
The w3wp.exe process is consuming 100% of my CPU time.
To make a long story short, I ran the Permormance monitor, and found that
there are between 2000 and 8000 .NET CLR Exceptions being thrown PER SECOND!
I need some tool, some method, some something to tell me exactly from where
in my code these exceptions are being thrown.
I have an Application_Error trap in my Global.asax for all applications but
so far, in the last week, only one unhandled exception has been trapped there.
Can someone enlighten me as to what might be going on?
TIA
The w3wp.exe process is consuming 100% of my CPU time.
To make a long story short, I ran the Permormance monitor, and found that
there are between 2000 and 8000 .NET CLR Exceptions being thrown PER SECOND!
I need some tool, some method, some something to tell me exactly from where
in my code these exceptions are being thrown.
I have an Application_Error trap in my Global.asax for all applications but
so far, in the last week, only one unhandled exception has been trapped there.
Can someone enlighten me as to what might be going on?
TIA