how to reload app.config file at runtime in c#

47

how to reload app.config file at runtime in c# -

public static void RefreshAppSettings()
{
   ConfigurationManager.RefreshSection("appSettings");
}

Comments

Submit
0 Comments