So my server has been going a bit crazy lately, every now and then my IIS thread would eat up 100% of my CPU and hang until I restart it.
I've done a dump and found the culprit ASPX page, however, I do not know how to figure out further from there what's going on.
Obviously I've done something very wrong - so is it possible to see where in the code are the threads running when IIS begins eating up my CPU?
Thanks, Ron