How to change GC flavor[from Server mode to WorkStation Mode] for dllhost.exe
When you have a Managed COM+ component written in C# class library and hosted on to DLLHOST.EXE
By default on a multi proc box .Net would load Server Mode GC(Mscorsvr) and in case you want to change the GC flavor to Workstation Mode (Mscorwks) for some reasons
Typically we do the change in aspnet.config in framework 2.0 folder