Hi all,
This is a very elementary question, but I'm a couple of days into this. Which web.config file should one store keys in? Keys to use within a Model/Controller? I see four different ones:
Project > Views > Web.config
Project > Web.config
Project > Web.config > Web.Debug.config
Project > Web.config > Web.Release.config
When testing with a key in the one located Project > Views, I don't get to see the key value using ConfigurationManager.AppSettings.Get("UserName");
.
Thanks.