Edit XML File Issue
Posted: Wed Jan 04, 2017 11:24 am
I'm trying to use the Edit XML File feature to edit one line within an XML file.
However I believe I'm having problems because the line I am trying to edit is an <add> function and not a standard attribute, eg;
I am specifying the correct Element Path "configuration\appSettings\" however I am unable to change the line.
Any ideas on this? I am trying to change this line to be value="True".
Any help is gratefully received.
However I believe I'm having problems because the line I am trying to edit is an <add> function and not a standard attribute, eg;
Code: Select all
<add key="RunAsService" value="False" />
I am specifying the correct Element Path "configuration\appSettings\" however I am unable to change the line.
Any ideas on this? I am trying to change this line to be value="True".
Any help is gratefully received.