使用 SQL Server Express 在 IIS 上镜像 ASP Web 应用程序的最便宜方法

发布于 2024-08-26 20:07:22 字数 143 浏览 5 评论 0原文

是否可以通过两台服务器且无需硬件负载均衡器来实现高可用性,而不是依赖一台服务器?

网络负载平衡并在两台服务器之间镜像 SQL Server Express(IIS 也将在两台服务器上),或者使用诸如循环 DNS 之类的东西并在两台服务器之间再次镜像数据库?

Rather than relying on one server, is it possible to achieve high availability with two servers and no hardware load balancer?

Either Network Load Balancing and have SQL Server Express mirrored between the two servers (IIS would be on both servers too) or using something like Round Robin DNS and again mirrored databases between two servers?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

看春风乍起 2024-09-02 20:07:22

是的,如果您使用 IIS 7,则只需安装 ARR(应用程序请求路由 http://www.iis .net/download/ApplicationRequestRouting )。
要同步内容,您可以使用 Web Deploy 来同步内容 ( http://www.iis.net/下载/WebDeploy )。

同步 SQL Express 是我无法提供帮助的事情,我强烈建议使用完整的 SQL Server,并将两台服务器都指向它。

Yes, if you use IIS 7, you can just install ARR (Application Request Routing http://www.iis.net/download/ApplicationRequestRouting ).
To sync the content you can use Web Deploy to sync the content ( http://www.iis.net/download/WebDeploy ).

Syncing SQL Express is something that I would not be able to help, I would strongly recommend using a full SQL Server and just point both servers to it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文