Hi Guys,
I want to migrate the settings file I am currently using to appconfig file. At the moment I am trying to make a copy of it but so far I cannot even get it to write to the file using the Config' Manager.
What I need to do is first create the file and then write to it and finally of it already exists, update it!. Seems pretty simple but so far its eluding me at every turn. All the materials I have referred to so far ALL ASSUME it exists. Even the MS MCTS reference book has a config file already made for the examples.
Is there a programmatic way of creating it and then writing to the default bin folder of the application assuming you have sufficient privileges.
The examples make this look soo simple but when you look at the timestamps on the file in question ....scratches his head ... hat falls !
I mean are they different types of config files? I know of web.config and app.config but how much do people really deviate from this simple naming template???
Thanks for any replies. Ibrar