News

Simple question: I am trying to modify a value that is set in the AppSettings portion of my app.config in my program code using the following: ConfigurationSettings.AppSettings.Set("name", "value ...
The C# code when the look at the app.config during runtime to grab the proper datasouce. What I have found is that this is easy to do with an .EXE file but apparently a lot messier using a DLL.