Hello,
my asp.net webapplication uses some values, that may change from time to time. I want to be able to change this values in an easy way without need to recompile the application. My idea was to store the values in a database, but it sounds like a very slow process to read from database for every pageload. I have been looking at Application State and it seems like a perfect solution combined with a method that update from database maybe once a day. Is it a misunderstanding of the idea behind Application State to have perhaps 20-30 values stored in this way? Is there a better solution?
Thanks in advance.
...
Go to the complete details ...