繁体   English   中英

将带有wsHttpBinding的WCF服务迁移到Azure应用服务

[英]Migrating WCF service with wsHttpBinding to Azure App Service

我如何将带有 wsHttpBinding 的.Net Framework 4.5 上的遗留 WCF 服务迁移到 Azure App Service。 根据https://learn.microsoft.com/en-us/do.net/azure/migration/app-service wsHttpBinding 在 Azure App Service 中不受支持

WSHttpBinding Class 适用于.NET Framework4.5。

在此处输入图像描述

有关详细信息,请参阅此MSFT 文档

在 Windows Azure 中,我们不能使用 Windows 认证(WSHttpBinding 的默认配置),除非我们使用 WAAD 并让云服务器加入本地域。
因此,需要关闭认证,或者使用其他认证机制(如用户名和密码)
具体步骤可以看下面的教程。
WCF Azure 中的安全和身份验证(WsHttpBinding with username and psw credentials)
托管 WCF SOAP,和 WCF REST 服务作为 Azure 应用服务
如何:将 web 应用程序从 Visual Studio 迁移并发布到 Azure 云服务

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM