简体   繁体   中英

How to deploy an asp.net webApp to multiple servers?

如何将asp.net WebApp部署到多个服务器?

Deploy Web Applications Using the Copy Web Tool

also check thread

What method do you use to deploy ASP.Net applications to the wild?

It depends how many servers you're talking about.

For less than about 4 or 5 servers, I just zip the application, copy to each server, unzip into a new folder, and tell IIS to look at the new folder, using IIS Manager. In a load-balanced environment, it also means taking all servers except one offline, and then updating them one at a time, and bringing them back online afterwards.

For more servers than that, I prefer to use Windows Deployment Services (WDS).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM