A
Amy L.
I have a basic console application that uses a app.exe.config file for all
the application settings. The application through several revisions now has
over 100 options that are set in the app.exe.config file. We decided to
create a Windows Application that will configure this file.
Is there any easy way to have have this configuration application read the
other applications app.exe.config file so that the values can be accessed
through "ConfigurationSettings.AppSettings.Get"
Thanks
Amy
the application settings. The application through several revisions now has
over 100 options that are set in the app.exe.config file. We decided to
create a Windows Application that will configure this file.
Is there any easy way to have have this configuration application read the
other applications app.exe.config file so that the values can be accessed
through "ConfigurationSettings.AppSettings.Get"
Thanks
Amy