Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » keys   (RSS)

Automating config file changes : Part 2 – modifying already existing config keys

This post contains the Powershell script to modify already existing config key values in a config file. A sample web.config file is given below <?xml version="1.0"?> <configuration> <system.web> <customErrors mode="On" defaultRedirect="Error.htm">
 
Page view tracker