I am starting Asp Net MVC4 project and since I am comming from php development I am curious about what would it be the best way to set-up a configuration file to store parameters like system name, version and others that I might need.
Is there any guideline to do that for instance using a config file or a database query..?