G
Guest
I read that 2.0 Supports modifying the App.Config however I dont see its true
and I still get an exception when trying to add a new key.
if(firstTime)
ConfigurationManager.AppSettings.Add("FirstName", "John");
can anyone hep with this issue. I dont want to go pure XML on this.
and I still get an exception when trying to add a new key.
if(firstTime)
ConfigurationManager.AppSettings.Add("FirstName", "John");
can anyone hep with this issue. I dont want to go pure XML on this.