Link to home
Start Free TrialLog in
Avatar of Jakelee80
Jakelee80Flag for United States of America

asked on

Getting Application Settings from another application

I'm attempting to get application settings from another .exe. Why i'm wanting to do this is because I have 1 application used for sending a updated version of the other app to the update server, only issue to why I need to read its application settings from the app I'm wanting to send to the server is to make sure the one being sent dosent have the debug setting set to yes just because i have my debug setting turn off automatic updates.

So to prevent a mistake in sending out a debug=yes app how do I check another .exe's application settings. Thanks :)
ASKER CERTIFIED SOLUTION
Avatar of elimesika
elimesika
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Look at the "Using .NETs configSource attribute" ....
Since you are just Reading the file , you should not have any problems....