9eFish - 带有 Azure 标签的文章
1
臭虫

Creating configuration reader for web and cloud environments

gpeipmangpeipman 发表于 38 天, 18 小时, 18 分钟 之前
Wednesday, February 03, 2010 3:12:43 PM GMT Saturday, January 30, 2010 3:21:58 PM GMT
Creating configuration reader for web and cloud environments Currently it is not possible to make changes to web.config file that is hosted on Windows Azure. If you want to change web.config you have to deploy your application again. If you want to be able to modify configuration you must use web role settings. In this blog post I will show you how to write configuration wrapper class that detects runtime environment and reads settings based on this knowledge. (more)
类别: Foundation | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: asp.net, Azure
1
臭虫

Cloudy in Seattle :为Windows Azure Cloud Service添加一个HTTPS Endpoint

xgluxvxgluxv 发表于 301 天, 7 小时, 52 分钟 之前
Friday, May 15, 2009 6:38:11 AM GMT Wednesday, May 13, 2009 1:48:05 AM GMT
Adding an HTTPS Endpoint to a Windows Azure Cloud Service Lately there has been a couple of threads on the forum and some internal email around setting up an https endpoint on a Windows Azure Cloud Service. A good starting point is this article, but there are some common issues that people run into that I wanted to talk about. First are the cert requirements.  The certificate must contain a private key that is marked exportableThe certificate must have the Server Authentication Intended Purpose When... (more)
类别: Cloud | 点击: 3 | 评论 | | 源: blogs.msdn.com
标签: Azure, HTTPS, Windows Azure Cloud Service
1
臭虫

微软云计算组件“Huron” – 将你的数据同步至云计算数据中心(Azure)

carolhaozicarolhaozi 发表于 302 天, 18 小时, 57 分钟 之前
Thursday, May 14, 2009 2:01:44 AM GMT Monday, May 11, 2009 2:43:32 PM GMT
微软云计算组件“Huron” – 将你的数据同步至云计算数据中心(Azure) Huron是什么? 一句话定义:Huron能让你的本地数据库与云计算数据库(Cloud DB)实现数据同步,提供了一套完整、简单高效的同步方案。 (more)
类别: Cloud | 点击: 1 | 2 评论 | | 源: www.cnblogs.com
标签: Azure, Huron
1
臭虫

Cloudy in Seattle :简单的安装Windows Azure Tools and SDK的方法

carolhaozicarolhaozi 发表于 323 天, 6 小时, 59 分钟 之前
Tuesday, April 21, 2009 12:01:28 PM GMT Tuesday, April 21, 2009 2:41:03 AM GMT
The Easy Way to Install the Windows Azure Tools and SDK Pre-Requisites One of the first things I do when I get a new box is install the Windows Azure Tools and SDK. (don’t you?) Quite often, I forget to install and configure IIS7 – and receive the following message: The Windows Azure SDK requires Internet Information Service 7.0 with ASP.Net Application Development components installed. So how do I install IIS and the required components?  You could follow the instructions buried on the download... (more)
类别: Cloud | 点击: 3 | 评论 | | 源: blogs.msdn.com
标签: Azure, Install
1
臭虫

在 Azure 中部署支持 MVC 的 Asp.Net 应用程序

carolhaozicarolhaozi 发表于 323 天, 7 小时, 19 分钟 之前
Tuesday, April 21, 2009 12:01:28 PM GMT Tuesday, April 21, 2009 2:21:08 AM GMT
之前我就像某人说的那样,I’m not quite a cloud guy,但是后来看了各式各样的演示,认识了 Cloud Project 的构成,以及 Mix 09 里面某人说 "It’s fun!” 以后,就冲着这句 It’s fun,我就扔了个 Hello World 上去,感觉还不错的,但是缺乏做点什么的动力,后来就丢在一边了。差不多的时间知道了 Google App Engine, 但不知GAE 猴年马月才能用 .Net 技术的,我不会python/java,而且现在貌似 GAE 没有跟 WorkerRole 相应的东西,但是好歹也用上了GAppProxy,也叫在 Google 的云上爽了一把。 (more)
类别: Cloud | 点击: 0 | 评论 | | 源: www.cnblogs.com
标签: Azure, MVC
1
臭虫

Cloudy in Seattle : Digging in to the Windows Azure Service Package

dotlivedotlive 发表于 326 天, 18 小时, 56 分钟 之前
Monday, April 27, 2009 6:05:17 AM GMT Friday, April 17, 2009 2:44:49 PM GMT
Digging in to the Windows Azure Service Package What is the Service Package?  It is what contains the Service Definition for your Cloud Service along with the content and binaries for each of the roles. It comes in 2 flavors.  The first being a folder structure with the extension csx.  For example if you look in the output folder of the Cloud Service project (bin\debug or bin\release) you will see the following: Where the highlighted CloudService6.csx file is the folder structure version of the Ser... (more)
类别: Cloud | 点击: 1 | 评论 | | 源: blogs.msdn.com
标签: Azure, Digg
1
臭虫

InfoQ: MIX 09:Nigel Ellis谈Azure SQL Data Services

dotlivedotlive 发表于 336 天, 16 分钟 之前
Monday, April 13, 2009 12:39:31 AM GMT Wednesday, April 08, 2009 9:24:17 AM GMT
微软架构师Nigel Ellis在MIX 09上详细展示了Azure SQL Data Service(几周前在开发团队的博客上已经对此发布了声明)新的关系模型。在该演示中,他说随着持久化媒体集成的不断发展,数据平台已经变得越来越复杂了。基本上,数据平台是由地点、类型和服务构成的。 (more)
类别: Web Form | 点击: 0 | 评论 | | 源: www.infoq.com
标签: Azure, Sql Data Service