i dont know why and dont know how to resolve my problem. Actually i get a web site whoe occassionnly have UrlRoutingModule take all the cpu.

Did somebody know a test or a way i could find the problem ? It's look like mvc problem but i am not sure.

enter image description here

link|improve this question

65% accept rate
feedback

1 Answer

Interesting. Those are mostly for static images too, so it's possibly URL Rewrite itself, and not MVC. It looks like a problem with resolving the request cache too.

How are the disk resources on your server? Is there an excessive amount of paging? I would try to temporarily turn off URL Rewrite rules and see if you can tell which one it is. Of course if you're in production and can't reproduce this in testing, that can be difficult.

This link talks about the caching in URL Rewrite. That may help in troubleshooting it too.

link|improve this answer
Thks ! Yes is my environnement production, and i am not able to reproduce the bug in developpement. I will read the article in your link – Cédric Boivin Jun 30 '11 at 19:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.