Iis7 Configuration Management-how to deploy ASP. NET websites quickly
When using a website system, there is an application scenario where the same website or ASP. NET application system is deployed on different machines.
For example, if you have three web servers, the websites running on the server are all websites with the same functions. These three websites are used as load clusters.
How to quickly deploy a website to other servers when new features or bugs need to be updated. Data targets are easy to handle, and one copy is good.
But what if there are 10 and 30, and the copy method is not a good place? Maybe some files are not copied to, how can we ensure it?
The availability of deployment is higher.
Download an iis7 extension webdeploymenttool and install it. You need to see the version of your system, which can be 64-bit or 32-bit.
After installation, the following functions are displayed on iis7. There is a deployed function set on the right. Click Export server package to see the pop-up window. This function can export the settings of the entire iis7 server. Easy Backup Settings.
How to export a website applicationProgram? After selecting a website, select the export application item on the right to export your website as a zip package.
The import process is very simple. You can simply execute the Import Application function. Follow the prompts to execute it step by step.