J
Jesper Mortensen
Hi
I'm running a web application at the root and other separate web applications
in sub directories, which means settings are inherited from the root
web.config to the sub web.configs.
Now I'd like to remove values set in the sub web.config that are the same as
the inherited value. This would make it easier to administrate the
web.configs. I've searched without finding anything useful. How could I go
about this? I thought about merging the web.configs to one big XML file and
do some XSLT. Does anyone know of code or utility that can do the job?
I'm running a web application at the root and other separate web applications
in sub directories, which means settings are inherited from the root
web.config to the sub web.configs.
Now I'd like to remove values set in the sub web.config that are the same as
the inherited value. This would make it easier to administrate the
web.configs. I've searched without finding anything useful. How could I go
about this? I thought about merging the web.configs to one big XML file and
do some XSLT. Does anyone know of code or utility that can do the job?