Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best Way Help
Message
General information
Forum:
ASP.NET
Category:
Forms
Title:
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01135032
Message ID:
01135244
Views:
11
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
Previous
Reply
Map
View

Click here to load this message in the networking platform