I have a program A which is console application. Then I have program B which is C# windows application. With in program B I want to give facility to users to view and edit the config file of A.
How can I access the config file of A ; when I'm using application B. Is that possible?