使用Windows Azure, .NET Services, SQL Azure打造自己的免费网站(1)
2009-10-21 20:53 刘少侠 阅读(465) 评论(0) 编辑 收藏 举报忙也无聊,闲也无聊,忽如一夜春风来,IT界流行云计算。看园子里大家都云来云去的,惹得我心痒痒,前段时间自己的域名被和谐,博客也随之消失,一直耿耿于怀。正好邮箱里放着MS的2个Azure邀请码,索性尝试一下免费的午餐,架一个自己的网站。一向小气的MS还算慷慨,允许我免费宿主一个应用,2个存贮服务,5个 1GB DB.
下载,Windows Azure SDK,.NET Services SDK
What’s .net services, 请看微软说明:
Microsoft .NET Services are a set of Microsoft-hosted, highly scalable, developer-oriented services that provide key building blocks required by many cloud-based and cloud-aware applications. Much like the .NET Framework provides higher-level class libraries that make developers more productive, Microsoft .NET Services enable developers to focus on their application logic rather than building and deploying their own cloud-based infrastructure services.
如此一来,网站的宿主、表现、服务层,都齐了。嘻嘻,先show一下网站的初始界面:
Next, to be continued……