Sep 23, 2008
Imagine you are a developer and your boss comes to you complaining that your piece of code has been deemed to be taking up too much memory and causing problems for the application. You take a look at your code and you see the following, assume that...
2 comments
Tags: ASP.NETIIS.NETTrivia of the DayHigh Memory
May 07, 2008
For this quiz. Let’s say that you run a web server and your customers complain that the site is running slow. What do you do to troubleshoot it? As a follow-up, if you figure out that one page is the problem, what do you do to look into what...
2 comments
Tags: DebuggingASP.NETIISTrivia of the DayHang
Apr 21, 2008
Problem 1 So here is the scenario. You open a dump from when you were experiencing a problem and try to run an SOS command and you see: 0:024> !dumpheap -stat Cannot get the ThreadStore, do you have symbols for the mscorwks/mscorsvr files? What...
1 comments
Tags: DebuggingASP.NETIISTrivia of the Day