Help with Persistent Configuration Settings

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Hello All,

I am developing in .Net and would like to know the
preferred method for storing persistent application
configuration settings where the application settings need
to be set at runtime.

All the information I find talks about .config files.
However, this doesn't do me any good when the .config
files are read-only and I need to set/update the
configuration settings programmatically.

Can anyone help?
 
Personnaly I simply use text files which I build like .INI files.
Maybe it's not the better way but you can very easily set your parameters
like you want.

Thomas.
 
Back
Top