I am using the ConfigurationManager in a Class Library and I want to read the config file for the Class Library project. The ConfigurationManager wants to read the config file for the applicaiton. How do I read the Class Library config file?
<html>
Dim strCBFile = ConfigurationManager.AppSettings("CBFile")
</html>