R
Robert Strickland
During certain times during the day our production server, where a asp.net
application runs, reaches a high cpu usage for the aspnet_wp.exe (anywhere
between 50% to 70%). Browser request to our application during the high cpu
never get the first page up. Eventually, I either do a iisreset or a page
does return with the Internal 500 error. I checked support and found
references to string object concatention and one for a timing problem
between inetinfo.exe and aspnet_wp.exe. The latter has a hot fix for .Net
1.0 framework but we are running .Net 1.1. We use the string builder for
large string builds.
Is there anything else I can check or what can I monitor?
Thanks
application runs, reaches a high cpu usage for the aspnet_wp.exe (anywhere
between 50% to 70%). Browser request to our application during the high cpu
never get the first page up. Eventually, I either do a iisreset or a page
does return with the Internal 500 error. I checked support and found
references to string object concatention and one for a timing problem
between inetinfo.exe and aspnet_wp.exe. The latter has a hot fix for .Net
1.0 framework but we are running .Net 1.1. We use the string builder for
large string builds.
Is there anything else I can check or what can I monitor?
Thanks