Skip to content

Instantly share code, notes, and snippets.

@pvandenheede
Last active May 31, 2016 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pvandenheede/d9909b15b70c121a31184a670133b220 to your computer and use it in GitHub Desktop.
Save pvandenheede/d9909b15b70c121a31184a670133b220 to your computer and use it in GitHub Desktop.
// Get the machine.config file.
Configuration machineConfig = ConfigurationManager.OpenMachineConfiguration();
// Get the machine.config file path.
ConfigurationFileMap configFile = new ConfigurationFileMap(machineConfig.FilePath);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment