Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Writing To App.Config
Message
Information générale
Forum:
ASP.NET
Catégorie:
Conception classe
Titre:
Writing To App.Config
Divers
Thread ID:
01435639
Message ID:
01435639
Vues:
106
According to this guy http://ryanfarley.com/blog/archive/2004/07/13/879.aspx it's not a good idea to write to App.Config:

Warning: As a rule of thumb, it is not good to write back to the config file. The framework does not include this ability for a reason. If you want your application's users to not require administrative rights then it is always a better idea to store settings in the user's documents & settings directory or in the registry if needed. That said, this won't break anything and does come in handy for utility applications etc.


1. Why not? Isn't the point of App.config to save app settings?
2. If not, then where's the best place to save user settings?

Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform