两个单独的 IIS 站点中的相同绑定
我在 IIS7.5 中创建了一个网站,用于呈现我的主网站。我想创建第二个站点,该站点指向一个单独的文档根目录,其中包含主网站的非常简化的版本,以适应流量太大的情况。我的想法是关闭主站点并启动第二个站点。显然,两个站点都包含相同的主机绑定,因此它们都响应相同的网站 URL。当我在两个站点之间切换时,我不断收到 500 或 503 服务不可用错误。这种配置在 IIS7 中可行还是有更好的方法?
谢谢你的时间。
-汤姆
I have a site created in IIS7.5 that renders my main website. I'd like to create a second site that points to a separate document root that contains a very simplified version of the main website for times when traffic is too big. The idea is that I would shut down the main site and start up the second site. Obviously both sites contain the same host binding so that they both respond to the same website url. When I switch between the two sites I keep getting 500 or 503 Service not available errors. Is this configuration possible in IIS7 or is there a better approach to this?
thanks for you time.
-Tom
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我正确理解你的问题,你会想要处理流量很大的情况。
对此的简单答案是负载平衡。您应该尝试扩大规模(投资更好的硬件,如果需要的话添加更多 RAM、CPU 等)或扩大规模(添加更多服务器并让它们处理负载)。
If I understood your question correctly, you would want to handle scenarios when there is a lot of traffic.
The simple answer to this is load balancing. You should either try to scale up [invest in better hardware, add more RAM, CPU etc. if required] OR scale out [add more servers and let them handle the load].