Get path of configuration file for current running application using C#
In programming world everything is not a piece of cake. At times you need to do things more than available out-of-the-box. One of the common thing you seems to do is to modify or access your application’s configuration. There are two type of configuration files: App.Config (Used by…