I must have changed something somewhere accidentally because the standard yellow screen of death on my dev machine has been recently very slow. Every time I get a runtime exception, it takes almost exactly 10 seconds for it to appear (even if the page has been compiled).

The fact it is almost always the same amount of time looks suspicions. For instance, it looks like if it waited internally for something to happen and then gave up (but still finished). Or it I may have turned on accidentally some "advanced" logging somewhere which causes it to generate big exception reports (of some sort) on background. Just wild guesses.

link|improve this question

52% accept rate
whic server are you using for debugging ? Did you try to restart it ? – Felice Pollano Feb 13 '11 at 19:17
IIS 7.5, Windows 7 Enterprise. Just to be 100% sure, I've just restarted it, but it has been behaving like this for a couple of days (maybe even weeks). I don't recall when I started noticing it was consistent. – Jan Zich Feb 13 '11 at 19:22
Might be stalling waiting on some external resource. If you're logging exceptions to a database (with Elmah or something similar), and it can't connect to the db, you'll have to wait on the timeout before seeing the exception page. Can you reproduce this with an empty page and just intentionally throwing an exception? – David Lively Feb 13 '11 at 19:32
Yes, it definitely looks like it, but this is new Windows installation (about two weeks old) and as plain as it could be. Well ... maybe it is the reason. I got a new and updated company Windows image on it. I will try poke around in the .NET systems settings ... – Jan Zich Feb 13 '11 at 19:36
1  
"Break all" during those 10 seconds and check the call stack? – bzlm Feb 13 '11 at 19:39
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.