I am wanting to write a powershell script to change our web.config.
specifically change to the appsettings but I don't seem to be able to select the correct key
<appSettings>
<add key="CustomerID" value="ACBPS">
</add>
</appSettings>
I am wanting to write a powershell script to change our web.config.
specifically change to the appsettings but I don't seem to be able to select the correct key
<appSettings>
<add key="CustomerID" value="ACBPS">
</add>
</appSettings>