is it possible to set some values in the Web.config
file via the Properties.Settings.Default...
settings in a asp.net project?
EDIT: I know how to create the settings. but my question is: can I use them directly inside the XML of the webConfig. e.g. I devine a setting called database and then I use this variable inside the connection string in the web.config