简体   繁体   English

登录失败远程调试作为Azure应用服务托管的ASP.NET WebAPI服务

[英]Login failure remote debugging ASP.NET WebAPI service hosted as an Azure App Service

I'm trying to remote debug my ASP.NET WebAPI web-service, it is hosted in Azure as an App Service, I am trying to attach to it from Visual Studio 2015 Debug menu, I get this error, I know my login credentials are correct, I freely log into the Azure Portal with the same credentials. 我正在尝试远程调试我的ASP.NET WebAPI Web服务,它作为App Service托管在Azure中,我试图从Visual Studio 2015调试菜单附加到它,我收到此错误,我知道我的登录凭据是正确的,我使用相同的凭据自由登录Azure门户。

Error Message: Visual Studio was unable to create a secure connection to Authentication failed 错误消息: Visual Studio was unable to create a secure connection to Authentication failed Visual Studio was unable to create a secure connection to

在此输入图像描述

According to your screenshot, it seems that you are using the Azure account for authentication. 根据您的屏幕截图,您似乎使用Azure帐户进行身份验证。

It seems that we need to use the azure deployment user and password. 我们似乎需要使用azure部署用户和密码。 We could get the user and password for Azure publish profile. 我们可以获取Azure发布配置文件的用户和密码。 We could get the Azure publish profile from Azure Portal. 我们可以从Azure门户获取Azure发布配置文件。

在此输入图像描述

暂无
暂无

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

相关问题 Azure上托管的ASP.NET Core 2.2 App Service返回500,没有引发异常 - ASP.NET Core 2.2 App Service hosted on Azure returning 500 without an exception being thrown 在Visual Studio 2008中远程调试ASP.NET Web服务 - Remote debugging ASP.NET Web Service in Visual Studio 2008 移动呈现不正确 Azure 应用服务 Blazor Webassembly(ASP.NET 托管) - Mobile Renders Incorrectly Azure App Service Blazor Webassembly (ASP.NET Hosted) ASP.NET Core 3 Web应用程序,Azure App Service和ANCM进程内处理程序加载失败 - ASP.NET Core 3 Web Application, Azure App Service, and a ANCM In-Process Handler Load Failure 如何从托管在 Azure 应用服务中的 .Net Framework Asp.Net 应用程序访问 Azure KeyValut? - How do I access an Azure KeyValut from an .Net Framework Asp.Net application hosted in an Azure App Service? Azure App服务奇怪的远程调试错误 - Azure App service odd remote debugging error asp.net core 中的托管服务(后台服务)在每次 Publish azure 中重启 - hosted service (background service) in asp.net core restart in each Publish azure 当托管在Azure应用程序服务中时,如何控制添加到ASP.NET核心Web应用程序中的HTTP响应标头? - How can I control the HTTP response headers added to my ASP.NET core web application when hosted in Azure app service? ASP.NET Core应用到Azure应用服务上的Linux - ASP.NET Core app to Linux on Azure App Service 调试ASP.NET Web服务时遇到问题 - Trouble debugging asp.net web service
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM