Sep 22, 2008
Another thing I am curious to know is if anyone is using SOSEX and what advantages it gives you for debugging. I have talked to the author of it and I think it has a lot of useful commands, just wanted to get everyone’s take on it. Let me know any...
0 comments
Tags: DebuggingASP.NETIISSOS
Sep 18, 2008
Not sure how many people realize it, but when you start dealing with multiple users access a system (in this case a web server), you have to be very careful what you store in static's (global variables). This is because all the users will have access...
1 comments
Tags: ASP.NET TipASP.NETIIS
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 16, 2008
When using a WebRequest, one important thing to keep in mind is how many connections are allowed to be made to the same server. The maxConnection setting will affect how many connections you can concurrently have to a given server. When you...
1 comments
Tags: ASP.NETIIS.NET
Sep 15, 2008
Here is an interesting problem we ran into recently. The customer had a large GridView that was being updated by AJAX inside on UpdatePanel and seeing bad performance. The reason is that the Client-Side Javascript has to walk the entire DOM of the...
1 comments
Tags: ASP.NETIISAJAXADO.NET
Sep 12, 2008
The debugger extension that we were working on getting out with the debugger package has hit some roadblocks and it looks like it isn't going to be shipping with the debugger anytime soon. We are looking to see if we can find an alternative method to...
2 comments
Tags: DebuggingASP.NETIIS.NETSOS
Sep 11, 2008
With the release of the latest security updates, it made me think about how painful it is to have to reboot a server because of applying a security update. You have to balance the need to stay secure, with keeping your server up and running. ...
2 comments
Tags: ASP.NETIISHyper-V
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