The Application settings which VS.NET provides are handy, but the
settings are stored in a predefined folder like ApplicationData\Company
\AppName.... or something. Can I override this behaviour so that *I*
can decide where it is stored? Is it impossible? Then I have no choice
but to write my own settings class.
Thanks.
Fredo - 31 Mar 2008 20:52 GMT
Take a look at the ConfigManager class.
> The Application settings which VS.NET provides are handy, but the
> settings are stored in a predefined folder like ApplicationData\Company
[quoted text clipped - 3 lines]
>
> Thanks.