Microsoft VBScript runtime error: Input past end of file code example
Example: how to reload app.config file at runtime in c#
public static void RefreshAppSettings()
{
ConfigurationManager.RefreshSection("appSettings");
}
public static void RefreshAppSettings()
{
ConfigurationManager.RefreshSection("appSettings");
}