How can I copy/clone a site on iis7

后端 未结 4 1796
时光取名叫无心
时光取名叫无心 2021-02-05 00:04

I want to make a dev, demo1, demo2 copy of the iis website I\'m working on. I need each iis to run off its own code base, but the settings will be almost identical. Is there an

4条回答
  •  眼角桃花
    2021-02-05 00:23

    Take a look at the ApplicationHost.config file. It should be located under "c:\windows\system32\inetsrv\config". This is an XML file that contains all of the IIS configuration data. You can manually modify this file to quickly create copies of your website. Just make sure to make a backup first in case you have problems.

提交回复
热议问题