可能是一個愚蠢的,但似乎mvc有一個web.configs的錯誤。MVC 3 WebConfigurationManager.AppSettings [「key」]返回null
我把在Web.config中(也是我試圖把鑰匙在web.debug.config)數的AppSettings鍵 但
ConfigurationManager.AppSettings["key"];
以及
WebConfigurationManager.AppSettings["key"];
返回null。
我通過AppSettings.AllKeys中的調試器查看 - 它看到正確的鍵但返回空值。
在mvc中的AppSettings有什麼問題?
沒有所有的鑰匙都英文名字,沒有西里爾文字符,我有一堆鍵,所有配置管理器返回爲空。 –