I am developing a custom framework library that requires configuration. I don't want to hard-code configuration items into my code and was thinking of having a file for the configuration. However, I don't necesarilly like the idea of requiring my users to deploy not only my framework .dll files, but also a configuration file so am wondering if anyone has any better ideas. All thoughts welcome.