Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best Way Help
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01135032
Message ID:
01135244
Vues:
12
Hi,
>>
The question is, where/how do I store that information for the .NET app. I'm sure there are multple ways do this, I'm hoping for the KISS way that will work for all users no matter what their workstation rights are.
>>

Several possible ways: The app.config file, the registry (using Application.UserAppDataRegistry etc), storing in special folders (Application.CommonAppDataPath, Application.LocalUserAppDataPath) or use isolated storage. I like the idea of the last option but haven't tried it. With either of the last two you could consider storing values in an 'Environment' object and serializing it to a stream...

Regards,
Viv
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform