I need to read the keys from several external applications .config files, is it possible to specify the file for AppSettingsReader?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m fairly sure that’s not possible, but they’re just XML files so it’s fairly easy to do using the standard XML classes.
If you’ve not used the XML classes before, here’s a sample to get you started: Read a .NET .Config file as an XML document to get the application’s Runtime Version