Hi,
How to edit the App.config file ? Is there any direct way to edit the values in app.config file without using xml classes ?
please help.
thanks
Printable View
Hi,
How to edit the App.config file ? Is there any direct way to edit the values in app.config file without using xml classes ?
please help.
thanks
i think in [02/03] there is no direct method to modify app.config file without using xml or io related classes :(
Do we have any direct method on v2005 ?
Check out the Protected Configuration link in my signature, which should give you an idea. In .NET 1.x I always used an XmlDocument, but you'd have to restart the app for the changes to be used by the app.Quote:
Originally Posted by csKanna