Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Silverlight 中有现成的项目,它正在使用 wcf 服务。我有一个用于 silverlight 应用程序的项目和另一个用于 wcf 服务的项目。我可以将此 wcf 服务从项目移动到简单的 azure 吗?或者我必须重建所有项目。
有 2 个选项。
将项目作为 IIS 项目托管在 Azure 中的 Windows Server 虚拟机上。不需要编码,但您必须将项目移动到 IIS。
将您的项目重新编码为 Azure 云服务。这并不难。我在下面的视频中展示了如何使用 ASMX 服务执行此操作的示例,但是移动 WCF 服务应该比这更容易。
视频位于: http ://www.youtube.com/watch?v=oQbMnoG56lk