P
Paul Cheetham
Hi,
I am developing an application that needs to store some machine-specific
settings. The application is going to be published on the network in
order to keep the clients on the latest version.
Because of this, I am unable to store these settings in the App.Config
file, as this gets updated every time the application does, and there
doesn't appear to be a way of preventing this.
Most of my application settings are kept in the database, but there are
some that I need before the database connection is established.
What I need is a way of storing these so that they can be changed on
each machine, and that can preferably be edited with a text editor.
(I don't want to put them in the registry, because I want it to be easy
to copy the settings from one machine to another)
Is there any support for INI files in .Net?
Is there a better solution?
Thanks.
Paul Cheetham
I am developing an application that needs to store some machine-specific
settings. The application is going to be published on the network in
order to keep the clients on the latest version.
Because of this, I am unable to store these settings in the App.Config
file, as this gets updated every time the application does, and there
doesn't appear to be a way of preventing this.
Most of my application settings are kept in the database, but there are
some that I need before the database connection is established.
What I need is a way of storing these so that they can be changed on
each machine, and that can preferably be edited with a text editor.
(I don't want to put them in the registry, because I want it to be easy
to copy the settings from one machine to another)
Is there any support for INI files in .Net?
Is there a better solution?
Thanks.
Paul Cheetham