> 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
Nigel Aston - 18 Jul 2007 10:14 GMT
I thought Microsoft were going away from using the Registry and instead
just using files. Do you know if this is true - would you recommend
continuing to use the registry?
Nigel