Hi, I have a quick question. I want to add some to app setting keys in my web.config file, but some of the values I want to add are descriptions, and can be a few hundreded characters long. Could this affect performance or anything like that? I do not want
to use a database to store the information because it rarely ever changes, and it get's used in several sections of the website, so I don't want to go opening a connection the the DB if I do not have to, to retrive static information.
Thanks.
Go to the complete details ...