I have a string variable that contains the root for serveral files throughout my application. I would like to store the variable once, and be able to call it from any page. Where is the best(most secure) place to store this variable? I was wondering if I could just add another key and value to my appSettings in the web.config file similar to the way I store my connection string? Thanks in advance for any suggestions!
drew
drew