I have some code in a class library that reads stuff from the client application's configuration file.
Which of the two classes should I use to read the data? Should I use the WebConfigurationManager or the ConfigurationManager if I want my code to be right for all kinds of client applications that will use the class library?