When I try to display a non-existent page on our web site the w3wp.exe process uses 13% cpu and stays at that level. For each additional non-existent page request an additional 13% of the cpu is used. Of course, after several requests the total cpu usage is up to 95-100% and the site becomes unusable.
I kill off the w3wp.exe process and everything goes back to normal. After awhile several random users go to non-existent pages and the cpu goes up to 100% again.
Researching the problem I stumbled across the idea that the web.config httperrors section was locked and potentially causing problems. I and my hosting firm technical staff tried the suggestions in this post: http://forums.iis.net/p/1159721/1912266.aspx. None of these suggestions solved the problem.
I looked at Worker Processe in IIS and that told me nothing.
I looked at Failed Request Tracing and that did not help either.
Obviously, I'm looking for any other suggestions on how to diagnosis and solve this problem.
Thanks,
Ed