What is the point of the App.Config file in C#? Is it compiled into the application or is it a seperate file that the compiled executable makes use of?
Also, what is the trick for opening and using this XML formatted file? I don't think the source code explicitly states the App.Config file name. So there must be API calls.


Reply With Quote