Quantcast
Channel: PowerShell General
Viewing all articles
Browse latest Browse all 10624

Modifying the web.config

$
0
0

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>


Viewing all articles
Browse latest Browse all 10624

Trending Articles