Unless you are using dynamic properties then you'll need to read values from the config file in your dll. You can use the Configuration.AppSettingsReader object or a couple others in the Configuration namespace (i.e. Configuration.AppSettings.GetSetting). The auto part is that you don't specific file information when using these objects it knows to look in the app.config file.