Share via


Real world problems; Real world solutions

Forum to share my experiences supporting IIS, ASP.NET & SharePoint technologies and an attempt to explain how these technologies work below the surface. I discuss some of the issues that we resolved in our support cases.

Debugging & troubleshooting applications is a major part of my job, but not using debuggers like...

Date: 04/29/2010

I recently got to work on a problem where MOSS 2007 SP2 was installed on a Windows 2008 machine. As...

Date: 04/02/2010

I recently got a hardware upgrade and had setup up a new farm in a virtual environment using...

Date: 03/08/2010

This is one of a series of blogs that I plan to write on troubleshooting content deployment issues....

Date: 11/10/2009

I was recently rebuilding one of my farms when I ran into the problem I describe below. I logged...

Date: 11/10/2009

I use the “Add to Favorites” feature in Internet Explorer a lot. After moving to Windows Vista, I...

Date: 10/29/2009

Ever run into a situation where the people picker in SharePoint will fail to resolve usernames that...

Date: 10/06/2009

Have you used this feature before? I see a lot of people on the internet using this feature and...

Date: 09/29/2009

I recently ran into a problem where custom SharePoint solutions will randomly fail to deploy on any...

Date: 09/15/2009

Ever run into a problem where your published links for office client applications do not show up in...

Date: 09/03/2009

So in my previous posts, I explained how you can use DebugDiag tool to capture high memory dumps...

Date: 05/22/2009

In my last post, I discussed a generic approach to collecting memory dumps using Debug Diagnostics...

Date: 05/21/2009

Debugging native memory leaks is one of the most difficult things to do - (at least for me). There...

Date: 05/18/2009

So, you have a managed dump and you want to find out the request headers. Here’s one of the methods...

Date: 03/10/2009

In one of my earlier posts, I discussed one of the reasons for compression failure and how we...

Date: 03/01/2009

You may perhaps have used Event Tracing Feature of Windows aka ETW for debugging many server side...

Date: 03/01/2009

Windbg is a native debugger and you can use it to set a breakpoint on a virtual address. Any managed...

Date: 02/27/2009

Issues related to high memory utilization on an IIS application server are common. With .NET there...

Date: 02/26/2009

Continuing my conversations on using tools, today I want to explain how to capture an ETW trace and...

Date: 02/26/2009

Recently, we ran into a problem where static or dynamic compression would not work on a few...

Date: 02/24/2009

Internet Explorer 8 is expected to be available in the near future. It packs a whole lot of...

Date: 02/22/2009

Unlike native debugging, you don’t need symbols for debugging managed code. SOS.dll can also be used...

Date: 02/22/2009

In one of my earlier post I explained how to use Microsoft Network Monitor to debug a networking...

Date: 02/16/2009

IISreset.exe is a magical command that resolves many problems! Err… well, yeah that command restarts...

Date: 02/15/2009

There are a lot of software tools provided by Microsoft and written by other companies that really...

Date: 02/10/2009

In this blog post, I want to provide you with instructions on capturing simultaneous network traffic...

Date: 02/10/2009

There are umpteen blogs out there that discuss various debugging techniques. So what is so different...

Date: 02/09/2009

Recently I got a couple of support cases where customers who migrated their CGI applications over to...

Date: 02/08/2009

IIS 7.0 available with Windows Server 2008 is the new Application server platform from Microsoft....

Date: 02/08/2009

A former colleague wrote an excellent blog post about using Events with Delegates, in C#. He is one...

Date: 02/08/2009

Caching has always been one of my favorite areas. Although, I never attempted to look much into how...

Date: 11/16/2007

I am reviving my blog after several months. The reason I have been away is because I was learning...

Date: 08/13/2007

IIS 6 is one of the best web servers ever built. With IIS 7, our prdoduct team made it even better....

Date: 08/13/2007

Hello and welcome again. Today, I’d like to blog about another interesting case that we received....

Date: 07/11/2006

Hi all, This time I want to discuss how globalization features affect the behavior of an ASP.NET...

Date: 01/02/2006

There are a few times during the course of cross platform functional testing of your ASP.NET...

Date: 12/07/2005