摘要:
在一个托管服务中托管一个WCF服务角色和托管一个ASP.Net Web Role基本类似。在上一篇文章中,我们学习了如何使用WCF Service Web Role。在本文中,我会对上一篇文章进行扩展,把那个WCF服务角色发布到一个托管服务中。在一个托管服务中托管一个WCF服务角色和托管一个ASP.Net Web Role基本类似。1,登录到Azure的开发门户。2,创建一个新的托管服务。如果你愿意的话,你也可以升级现有的托管服务来托管WCF服务角色。具体可以参考《Azure开发者任务之七:基于Silverlight的Azure创建服务账户》3,要升级一个托管服务,可以在本地进行浏览:4,在A 阅读全文
摘要:
在本文中,我们将会在local development fabric上创建一个WCF服务角色,然后在一个控制台应用程序中使用它。WCF服务角色可以让我们创建一个WCF服务,并且把它托管在Windows Azure中。在本文中,我们将会创建一个WCF服务角色,把它托管在local development fabric上,然后在一个控制台应用程序中使用它。在下一篇文章中,我们将会把这个WCF服务迁移到Azure门户中。首先1,创建一个新项目2,导航到“Cloud”标签3,创建Windows Azure项目4,在给出的选项中选择WCF服务角色如果你看一下解决方案资源管理器,你会发现这个WCF服务角色 阅读全文
摘要:
A Windows Azure project includes two configuration files: ServiceDefinition.csdef and ServiceConfiguration.cscfg. These files are packaged with your Windows Azure application and deployed to Windows Azure. The ServiceDefinition.csdef file contains the metadata that is required by the Windows Azure e 阅读全文
摘要:
1.open Run command.2.enter 'mmc' .3.Click File, and Add or Remove Snap-in.4.Select Certificates, and then Select My user account / Computer account.5.import certificates into PC/Current User 阅读全文