"Which means that, apart from very exceptional circumstances, modifying
web.config at runtime is almost always the wrong solution - what are you
trying to achieve here...?"
I need to have a set of application settings that can be changed and used in
the website. Kind of like system settings profile instead of a user profile.
For an example, a setting I want to have is "Number of News articles to show
on home page?" I just don't know where the best place to keep these would
be. a DB doesn't seem to be too practicle for something like this. Possibly
some sort of settings file of some kind?