Am I the only one that needs to be able to allow a WinForms application to modify and SAVE an application-scope connection string at runtime? Seriously though, am I the only one who needs to do this, because apparently the only way to do it is edit the stupid XML app.config file, which is great for us IT people, but if I want to deploy my app to a non-technical user and allow them to point it to their DB, I can't tell them to go edit XML.
I get the whole "application settings are read-only" but isn't there some sort of override? Ughh.
Any advice?
I get the whole "application settings are read-only" but isn't there some sort of override? Ughh.
Any advice?