Click here to Skip to main content
15,884,425 members

I have a web application which is using a dll of a class library . I am unable to access the app.config value in the class library How to access app.config ...

Revision 3
I have a web application which is using a dll of a class library . I am unable to access the app.config value in the class library

How to access app.config
C#
ConfigurationSettings.AppSettings["conStr"].ToString();
---> this is returning null value
Also when i try to use ConfigurationManager it says not found or missing assembly reference.

C#
using System.Configuration
is also added .
Posted 20-Nov-12 2:10am by ascentit solutions.
Tags: ,