Hi,
I need help on powershell to change web.config file settings(appsettings and connectionstring).
requirement is i data in text file as below, i need add/update in web config(SharePoint 2013).
Text file data:
<connectionStrings>
<add name="new target" connectionString="newCSvalue" />
</connectionStrings>
Thanks in advance...