簡體   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