D
DC
Hi,
before I start to program a tool from scratch I wanted to check if
somebody knows an existing solution: we often have the demand to
modify a certain config value in many .config (web.config and
Enterprise Library config - yes we still use them) files. For example:
change <pdfprod>pdf01</pdfprod> to <pdfprod>pdf02</pdfprod> in many
web applications with different paths. It's not an xcopy scenario
since the configs differ on the different servers, they just have some
settings in common. So it is required that one is able to configure
the xml file path and the config value's xpath for every entry.
Ideally we would use a web frontend to switch between configured
values and push a button to modify all the values. Since we are
talking about plain xml manipulation: does anybody use such a tool?
TIA for any ideas,
Regards
DC
before I start to program a tool from scratch I wanted to check if
somebody knows an existing solution: we often have the demand to
modify a certain config value in many .config (web.config and
Enterprise Library config - yes we still use them) files. For example:
change <pdfprod>pdf01</pdfprod> to <pdfprod>pdf02</pdfprod> in many
web applications with different paths. It's not an xcopy scenario
since the configs differ on the different servers, they just have some
settings in common. So it is required that one is able to configure
the xml file path and the config value's xpath for every entry.
Ideally we would use a web frontend to switch between configured
values and push a button to modify all the values. Since we are
talking about plain xml manipulation: does anybody use such a tool?
TIA for any ideas,
Regards
DC