
Signature
Vladimir Nesterovsky
e-mail: vladimir@nesterovsky-bros.com
home: www.nesterovsky-bros.com
>>What is this way? Suppose we have to save some user configuration of an
>>application. Where will we save that in .NET?
>
> Take a look at a "Isolated Storage" topic in the MSDN.
If I understood correctly, if for example we want to save some
configuration data of a .NET application in Windows XP ,we will create a
text .ini file or something in <SYSTEMDRIVE>\Documents and
Settings\<user>\Application Data?

Signature
Ioannis Vranos
Ioannis Vranos - 06 Feb 2005 15:42 GMT
> If I understood correctly, if for example we want to save some
> configuration data of a .NET application in Windows XP ,we will create a
> text .ini file or something in <SYSTEMDRIVE>\Documents and
> Settings\<user>\Application Data?
In any case we use IsolatedStorageFile *. Thanks a lot for the information.

Signature
Ioannis Vranos
Tim Robinson - 06 Feb 2005 16:59 GMT
> If I understood correctly, if for example we want to save some
> configuration data of a .NET application in Windows XP ,we will create a
> text .ini file or something in <SYSTEMDRIVE>\Documents and
> Settings\<user>\Application Data?
You can continue doing whatever you're doing now (you can access the
registry through the Microsoft::Win32::Registry class), or you can use
isolated storage if you think it's right. Or some other option.

Signature
Tim Robinson (MVP, Windows SDK)
http://mobius.sourceforge.net/