, OpenExeConfiguration:
string exePath = "<full path and name of the app .exe file>";
System.Configuration.Configuration otherConfig =
ConfigurationManager.OpenExeConfiguration(exePath);
.exe - web.config(, appSettings) , , .
appSettings :
AppSettingsSection otherAppSettings = otherConfig.AppSettings;
MSDN .