Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

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

public static void RefreshAppSettings()
{
   ConfigurationManager.RefreshSection("appSettings");
}
Source by www.codeproject.com #
 
PREVIOUS NEXT
Tagged: #reload #file #runtime
ADD COMMENT
Topic
Name
8+5 =