show/hide this revision's text 2 added 218 characters in body

I answered a similar question for Powershell. The same technique should work here, simply call the following at the start of your test:

System.AppDomain.CurrentDomain.SetData("APP_CONFIG_FILE", configPath)

EDIT: Actually looks like this is more complicated within a compiled exe - you need to do something like this in order to get the config reloaded.

show/hide this revision's text 1

I answered a similar question for Powershell. The same technique should work here, simply call the following at the start of your test:

System.AppDomain.CurrentDomain.SetData("APP_CONFIG_FILE", configPath)