Hi All,
How can I read key from aap.config in .Net 1.1? In 2.0 I can do, but I want to do it in 1.1. Please help
Hi All,
How can I read key from aap.config in .Net 1.1? In 2.0 I can do, but I want to do it in 1.1. Please help
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shweta LodhaPosted Apr 5, 2016, 10:35 AM
Try this:
string value = ConfigurationSettings.AppSettings["yourKey"] ;
Shweta LodhaPosted Apr 5, 2016, 10:42 AM
nhamithaPosted Apr 5, 2016, 10:40 AM