How to export/import configuration of my IIS server into/from a single file? The reason is that I want to put the configuration under version control system to track changes made by admins.
Sultan
|
How to export/import configuration of my IIS server into/from a single file? The reason is that I want to put the configuration under version control system to track changes made by admins. Sultan
| |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
IIS7's configuration data is stored in a bunch of XML config files in:
There are still some settings that are registry bound and they can be found under:
and
The approved way of backing up IIS7's configuration is by using the You can find out more about | |||
|
feedback
|