vote up 0 vote down star

Hi All, I need to add a section to my app.config programmatically. currently i use the Configuration editor where in there is seperate project which contains a class file with al configsection attributes set .I then use the configuration editor access this dll created and add a section .Now i want to access this same ConfigurationClass fill in values programmatically and add multiple sections to the app.config?

Need for this is i have a winForm which contains the server,dbname,usernameand password ,user can connect to multiple databases ovr a server so i need to save this information somewhere .

Thanks ,

flag

1 Answer

vote up 0 vote down

Is the config file the best place for this information? Certainly, updating it programatically could lead to runtime errors, which aren't desireable.

Can you supply more information about what the different databases are, for example Live / Test etc or just for different aspects within the same environment?

link|flag
i m not sure i basically want the right way to go about it . And the databases it supplies can be multiple databases on a server or different server – unknown (google) Apr 30 at 7:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.