WSTTPBINDING迁移WCF服务到Azure App Service

发布于 2025-01-21 10:26:41 字数 312 浏览 3 评论 0 原文

我如何在WSHTTPBINDING到Azure App Service上的.NET Framework 4.5上迁移旧版WCF服务。按 https://learn.microsoft us/dotnet/azure/migration/app-service Azure App Service不支持WSHTTPBINDING

How can i migrate a legacy WCF service on .Net Framework 4.5 with wsHttpBinding to Azure App Service. As per https://learn.microsoft.com/en-us/dotnet/azure/migration/app-service
wsHttpBinding is not supported in Azure App Service

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

望喜 2025-01-28 10:26:41

WSHTTPBINDING类适用于.NET Framework4.5。

“在此处输入映像说明”

请参阅此 msft文档以获取更多信息。

WSHttpBinding Class applies to .NET Framework4.5.

enter image description here

Please refer this MSFT documentation for more information.

兔小萌 2025-01-28 10:26:41

在Windows Azure中,我们不能使用Windows身份验证(WSHTTPBINDING的默认配置),除非我们使用WAAD并让Cloud Server加入本地域。
因此,您需要关闭身份验证,或使用其他身份验证机制(例如用户名和密码)
对于特定步骤,您可以在下面看到教程。

托管WCF SOAP,以及WCF REST服务作为Azure应用服务
如何:将Web应用程序从Visual Studio迁移并发布到Azure Cloud Service

In Windows Azure, we cannot use Windows Authentication (the default configuration of WSHttpBinding) unless we use WAAD and have the cloud server join the local domain.
Therefore, you need to turn off authentication, or use another authentication mechanism (such as username and password)
For specific steps, you can see the tutorial below.
WCF Security and Authentication in Azure (WsHttpBinding with username and psw credentials)
Hosting WCF SOAP, and WCF REST service as Azure App Services
How to: Migrate and publish a web application to an Azure Cloud Service from Visual Studio

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文