App.config eigen sections???
-
Guten Morgen,
jede Anwendung hat ja eine einge Config Date, welche wie die eigentlich Apllikation heist benannt ist. Nun gibts aber noch eine App.Config.
via:
var _serverConfiguration = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); _serverConfiguration.Sections.Add("Sectioname", new SectionObject(...));
dieser code fügt mir ja ne section in die Exe Configuruation datei, und nich in die App.Config.! Wie bekomm ich das hin das was in die App.config geschrieben wird?
grüße