Aug 18, 2009
One of my customers had a problem on his IIS server, where the IIS process hosting his web application was suffering from very high memory utilization over time. Eventually the process got so high in memory that the web application became completely unresponsive...
5 comments
Tags: High MemoryToolscapture dump
May 22, 2009
When the .NET Framework was first released, many developers believed the introduction of the garbage collector meant never having to worry about memory management ever again. In fact, while the garbage collector is efficient in managing memory in a managed...
4 comments
Tags: ASP.NETHigh Memory
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
Sep 17, 2008
I have talked about a bunch of commands used to troubleshoot a managed memory problem in the past and given some situations of using them like: High memory, CPU, or other performance problems with .NET High Memory continued - Datatables High Memory part...
1 comments
Tags: DebuggingASP.NETIIS.NETHigh Memory
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
Jun 25, 2008
There are some times that you want to figure out what is taking up your memory. There are a few ways that you can do this and some limitations put on this by .NET and ASP.NET. Memory in a dump file If you are looking at a dump file, the first thing...
1 comments
Tags: DebuggingASP.NETIIS.NETHigh MemoryWindows
Jun 23, 2008
I wanted to talk about monitoring performance in ASP.NET for a bit. I have already posted a few postings that talk around this issue, namely: ASP.NET Debugging - High Memory part 5 – Fragmentation ASP.NET Debugging - ASP.NET Tips- How to use DebugDiag...
2 comments
Tags: ASP.NET TipDebuggingASP.NETIIS.NETMicrosoftHigh MemoryHangHigh CPUCrash
May 21, 2008
So now that I am done with all the individual posts, I thought I would wrap them all together. So here are all of the posts that I created on gathering information when you are having a problem. Please keep in mind that these are geared towards...
2 comments
Tags: ASP.NET TipDebuggingASP.NETIIS.NETHigh MemoryHangHigh CPUCrash