Hi,
I am building a small cms system in MVC.NET, and I have some editable variables to store. Footer information, website title etc. These are Global variables so they should only be declared once. These should be editable in the cms.
Where could I store them ? Isn't it a bit stupid to create a table for them, there they only would occupy 1 record per variable, and the variable keys should be fixed because they are used in the code.
Thanks in advance for every answer.
Grtz