I have a GUI program with a settings tab to allow the user to change the WCF server IP. But I dont' know how to change it in the app.config.
Are you trying write the user changes back to the app config file? If so, app configs are mean't to be read-only. I'm not saying it can't be done, but I'm trying to understand what you are after.
Originally Posted by armen_shlang
... MSDN search capabilities are terrible.
It just takes a bit getting used to if you are new to it. Once you understand what data it's good for and how to search it, it becomes easy to use.
Are you trying write the user changes back to the app config file? If so, app configs are mean't to be read-only. I'm not saying it can't be done, but I'm trying to understand what you are after.
.
No I'm not trying to write to it, only change the value before it's used by the WCF client call.
thanks for the reply
Bookmarks