I am building a class library and I am wondering what is the best way to make sure some settings are in the app.config/webconfig.
The class library needs a connection string and an app key.
I know with nuget you can like inject settings into the config files but I am not using nuget so wondering if anyone has any ideas, or do I have to just do try catches and see if those settings are in the config files?