Sep 10, 2008
I wanted to get a feel for what tools people are using to test the performance of their website. My questions are: Do you check page-load times? Do you dig in to see which files are taking the time How do you track down a page that uses a...
2 comments
Tags: DebuggingASP.NETIISHigh MemoryHigh CPU
Sep 09, 2008
This is just a quick little note to remind everyone that the !help command in sos can be very helpful. Not only does it list all of the possible commands, but if you run it and pass it the name of a command, it will print out a bunch of really useful...
2 comments
Tags: DebuggingASP.NETIISSOS
Aug 28, 2008
Having problems with FTP Server not returning the expected return code? You have checked the detailed error message, nt event log and ftp log files, still can not get to the bottom of the problem? Here are few simple steps you can follow to trace your...
10 comments
Tags: PublishingDebuggingFTP
Aug 25, 2008
I haven’t seen a whole of of issues around this as of yet, but now that 3.5 SP1 has released that may change. If you copy SOS.dll to another location and then load it out of that directory to troubleshoot dumps, you may start seeing problems. ...
1 comments
Tags: DebuggingASP.NETIIS.NETSOS
Jul 24, 2008
So I wanted to get a read on how people design their web sites. My thinking is that there isn’t much time spent in planning for supportability. There are a lot of other concerns that take priority, What is more important – Design or Content...
2 comments
Tags: DebuggingASP.NETIIS.NETMicrosoft
Jul 23, 2008
The first time you run !DumpAllExceptions you will see it print out one full exception for each type of exception that is in the dump. This will include the message and the callstack of the exception. For example: Any time after that, if you run the same...
2 comments
Tags: DebuggingASP.NETIIS.NETExceptions
Jul 16, 2008
I wanted to pass along some really exciting news if you haven’t heard about it yet, we are getting ready to release a new certification that targets developers and IT professionals who need to know about the internals of Windows for their job. You...
2 comments
Tags: DebuggingIIS.NETMicrosoftExam
Jul 15, 2008
So I thought I would put all the information together in one place that I have been creating over the past few months. I’ll try to go through all the steps and the different things that you will need to use in order to track down a problem. Realizing...
3 comments
Tags: DebuggingASP.NETIIS.NETSOS