how to read Web.config appsettings values from a Timer Job
I have used:
usingSystem.Web.Configuration;
WebConfigurationManager.AppSettings["confiAKey"];
which gives null value.
how to read Web.config appsettings values from a Timer Job
I have used:
usingSystem.Web.Configuration;
WebConfigurationManager.AppSettings["confiAKey"];
which gives null value.