How can i get reference to the configuration manager via httpcontext?
Thanks
How can i get reference to the configuration manager via httpcontext?
Thanks
Add name space
using System.Configuration;
and then use it as normal
string path = ConfigurationManager.AppSettings[“key”];