Reputation: 3384
I am trying to develop a modular web aap using asp.net mvc 4. My question is that what is the best place to store the user settings, configuration and user access. Whether it is good to store it in db or good to store it in xml file.
Upvotes: 2
Views: 178
Reputation: 1790
I would prefer to go with XML.
Advantages in XML file :
Disadvanges in XML file :
Upvotes: 6