简体   繁体   English

云服务器上的ASP.NET

[英]ASP.NET on cloud server

My website is running quite well and serving lacks of pages on daily basis. 我的网站运行良好,每天都缺少页面。 We want to add one more web server to share load on server at heavy traffic times. 我们想再添加一台Web服务器,以在繁忙时间共享服务器上的负载。 Instead, can I go with Amazon Elastic Compute Cloud (EC2) or any other cloud service as an alternative solution. 相反,我可以使用Amazon Elastic Compute Cloud(EC2)或任何其他云服务作为替代解决方案。

In cloud server environment, need I to install multiple instances as traffic increases or a single instance can scale based on the traffic? 在云服务器环境中,是否需要在流量增加时安装多个实例,或者可以根据流量扩展单个实例?

I would suggest Windows Azure 我建议Windows Azure

You're right in that you would have multiple instances that scale to meet traffic. 您的权利是正确的,因为您将有多个实例可以扩展以满足流量需求。 With the Azure platform you would design your application into Roles (chunks of functionality), where they make sense to create multiples of, like a page that displays store contents should be highly scalable, whereas the login portion may not. 使用Azure平台,您可以将应用程序设计为“角色”(功能块),在这些角色中创建多个角色很有意义,例如显示商店内容的页面应具有高度可伸缩性,而登录部分则不能。 Windows Azure already runs services for Microsoft like Xbox Live and their BPOS offerings, plus there are great tools to develop for the Azure Cloud. Windows Azure已经为Microsoft运行了Xbox Live及其BPOS产品之类的服务,此外,还有许多出色的工具可用于Azure云。 You can read more about cloud development at MSDN . 您可以在MSDN上阅读有关云开发的更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM