I'm writing a custom control and I would like to include some configuration options for the control, but I'm not sure where I should put them.
I could probably put them in the the web.config
of the application where I'm using the control, but that seems a bit messy to me.
What should I be doing?
EDIT: The configuration data will typically deal be pretty simple things, like file path information etc. They won't be things that the end user changes, rather they are things that the developer would set up at design time.