Safe deployment of ASP.Net applications [duplicate]
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: How to deploy an ASP.NET Application with zero downtime Duplicate Question Hi All, I have an asp.net app that I want to deploy safely (with as little down time possible). I would love to do something like blue green deployment but without the need for a second web server. So, I know I can use load balancing, etc but I need a quick and cheap approach. I was thinking of doing something like: Setting up another