G
Guest
Hi there, it is driving me crazy. Aftering renaming app.config the following
code I always get null on myApp. It works if I keep the name app.config. Why?
string myApp = ConfigurationSettings.AppSettings["AppName"];
Thanks!
code I always get null on myApp. It works if I keep the name app.config. Why?
string myApp = ConfigurationSettings.AppSettings["AppName"];
Thanks!