views:

786

answers:

4

I want to change to use Server GC - I can do that by using the machine.config

The only problem is I do not know where that is

+6  A: 

x:\Windows\Microsoft.NET\Framework\[version]\config\machine.config

Petoj
A: 

Google return for "Where is the .net machine config".

Or C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG for runtime version 2.

Benjamin Podszun
A: 

C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG

John Saunders
+2  A: 

It semi-depends though... mine is:

C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG

and

C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG

Timothy Khouri