Is it safe to deploy IIS applications with WebDeploy in a production environment? Is it able to provide a zero-downtime upgrade for example?
Or will IIS drop/deny HTTP connections during deployment? Or how would it handle persistent connections?
Is it advisable to disable the system in a loadbalancer in front of the IIS systems during deployment?