Re: Persisting Application Scoped Settings
- From: "Peter Duniho" <NpOeStPeAdM@xxxxxxxxxxxxxxxx>
- Date: Fri, 13 Jul 2007 10:17:39 -0700
On Fri, 13 Jul 2007 08:42:17 -0700, Chris Dunaway <dunawayc@xxxxxxxxx> wrote:
What what I have read, Application Scoped settings in the setting file
are read only. Why is this? Is there a good reason for this
restriction?
One good reason is that application-scoped settings are generally things that should be set or changed only during program installation or by an administrator.
[...]
What alternatives are available to me to be able to persist
Application Scoped settings?
The "old" mechanism should work fine: create a registry key under HKEY_LOCAL_MACHINE and store your settings there. You will, of course, need administrator privileges to do that, which is as it should be (no regular user should be able to do anything that will affect any other user).
Pete
.
- Follow-Ups:
- Re: Persisting Application Scoped Settings
- From: Nigel Aston
- Re: Persisting Application Scoped Settings
- References:
- Persisting Application Scoped Settings
- From: Chris Dunaway
- Persisting Application Scoped Settings
- Prev by Date: Re: DataGridView column order?
- Next by Date: Re: C# and C++
- Previous by thread: Persisting Application Scoped Settings
- Next by thread: Re: Persisting Application Scoped Settings
- Index(es):
Relevant Pages
|