在实时服务器上托管Asp.net应用程序. [英] Host Asp.net Application On Live Server.

查看:103
本文介绍了在实时服务器上托管Asp.net应用程序.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在实时服务器上托管应用程序的一些想法?

How to host application on live server some ideas about it?
Give Siple Steps About it.

推荐答案

我们确实将部署滚动部署到实时服务器,因此我们不使用安装程序项目.我们更像CI:

实时"构建服务器从批准的源进行构建
robocopy发布到登台服务器(实时",但不在F5群集中)
最终验证是在登台服务器上完成的,通常使用主机"黑客来尽可能地模仿整个事情.
robocopy/L自动用于在下一个推送"中分发更改列表,以警告所有错误
作为计划过程的一部分,集群被循环,通过robocopy部署到集群中的节点(当节点不在集群中时)

robocopy自动确保仅部署更改.
We do rolling deployment to the live servers, so we don''t use installer projects; we have something more like CI:

"live" build-server builds from the approved source
robocopy publishes to a staging server ("live", but not in the F5 cluster)
final validation done on the staging server, often with "hosts" hacks to emulate the entire thing as closely as possible
robocopy /L is used automatically to distribute a list of the changes in the next "push", to alert of any goofs
as part of a scheduled process, the cluster is cycled, deploying to the nodes in the cluster via robocopy (while they are out of the cluster)

robocopy automatically ensures that only changes are deployed.


这篇关于在实时服务器上托管Asp.net应用程序.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆