How can I trace the JIT compilation of an application? We have a small asp.net application that is part of a larger website (classic asp for the rest of the code) so it's not accessed very frequently and is (likely) recompiling after a timeout or app pool recycle. The recompilation is taking up to 2 minutes!!
Is there a tracing tool or counters in perfmon that can help me trace what exactly is going on?
I was going to try and precompile but I think timeouts and app pool recycles will render that useless. (or is that a bad assumption?)
Thx in advance!
