Search Results

10
votes

Is it possible to pass a App setting in the web.config to a Common C# class

In any class you can use ConfigurationManager.AppSettings["KeyToSetting"] to access any value in the element of web.config (or app.config) …