当前位置:  开发笔记 > 后端 > 正文

我为什么要将我的网站发送到"云"?

如何解决《我为什么要将我的网站发送到"云"?》经验,为你挑选了1个好方法。

我开发了asp.net网站,我读到了云计算,windows azure等等.但最后,我看不出有任何实际的理由将我的服务改为/移动/等"云".
有什么好处?
云计算是网络农场的某种"演变"?

谢谢,对不起我的无知......



1> Saqib..:

为了解释这些好处,我将使用Microsoft Azure和Amazon EC2两个示例.

In the case of Amazon EC2 you can rent a virtual image with Windows Server 2003 and SQL Server for a few cents per machine per hour. Like other hosting companies you don't need to manage the hardware yourself; your machine is stored in Amazon's datacenters and they'll make sure the server's always up and the data backed up, etc. You also receive an API so that you can automatically spin up new instances of the machine to cope with fluctuations in demand.

Azure更进一步 - 您无需管理系统.使用开发人员工具创建ASP.NET网站并提供一些元数据以指示应用程序如何拆分为前端和后端,然后选择所需的实例数并单击"部署到Azure".Microsoft再次负责确保应用程序继续运行,地理位置分散等.实际上,您永远不知道您的应用程序所在的计算机,甚至是它分布的计算机数量.Microsoft还提供了几个Web API,您可以从Azure应用程序调用这些API以进行身份​​验证和存储.

您可以在上面给出的网站上找到更多信息.

推荐阅读
小色米虫_524
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有