我需要有关如何在 ASP.net 4.0 Web 服务器上进行负载平衡的完整教程

发布于 2024-10-04 15:39:59 字数 233 浏览 5 评论 0原文

我想在我的服务器上进行负载平衡。我当前的配置:

  • Web 应用程序是 netframework 4.0
  • 在 1 个 vps 上运行

    sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" cookieless="false" timeout="60"/>

I want to make load balancing at my server. My current configuration:

  • web application is netframework 4.0
  • running on 1 vps

    sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" cookieless="false" timeout="60"/>

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

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

发布评论

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

评论(1

强者自强 2024-10-11 15:39:59

如果您的 VPS 不够,也许可以从这里开始,购买专用服务器。

然后当你确实需要更多的力量时;负载平衡将需要多个服务器;-)

您正在使用会话状态服务,如果您需要跨网络场的会话状态,这会很好。不过,它目前指向 localhost,您需要配置一个可供场中所有计算机访问的 IP。

对于其余的网络农业是一个广泛的主题,很大程度上也取决于您的应用程序类型。

If your VPS is not enough perhaps start there, get a dedicated server.

Then when you really need more power; load balancing will require multiple servers ;-)

You're use a session state service, which is good if you need session state across a web farm. It's currently pointing to localhost though, you'd need to configure an IP accessible by all machines in the farm.

For the rest web farming is kind of a broad topic, a lot depends on your type of application also.

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