Configuration settings in 3.5 is driving me nuts... Help! ;)
I have a class library (Named ADI), that needs some configuration settings from the project using it (li
Add reference System.web; add name space and user
System.web;
using System.Web.Configuration; String webConfigValue; webConfigValue = WebConfigurationManager.AppSettings["employeeDB"].ToString();
to read the web config value