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 reasonsTypically we do the change in aspnet.config in framework 2.0 folder
Read More