我非常有效地使用了Azure远程调试我的网络应用程序。但是,在prod中,我们正在使用部署插槽,我们的暂存插槽会导致一些错误,需要进行调试。我的一些团队成员尝试远程调试它,但是当它们附加时,它产生了以下错误:
System.Runtime.InteropServices.COMException(0x89710023):无法执行 连接到名为的Microsoft Visual Studio远程调试器 ' mysite123prod-staging.azurewebsites.net&#39 ;.与...的联系 远程端点已终止。
在 Microsoft.VisualStudio.Debugger.Interop.Internal.IDebuggerInternal120.ConnectToServer(字符串 szServerName,VsDebugRemoteConnectOptions [] pConnectOptions, CONNECT_REASON ConnectReason,Int32 fIncrementUsageCount, IDebugCoreServer3&安培; ppServer)at Microsoft.VisualStudio.Web.Azure.MicrosoftWeb.Operations.RemoteDiagnosticsSessionBase.ConnectToServer(字符串 site,String user,String password)
这可以在Azure中完成,如果是这样,怎么做?
答案 0 :(得分:1)
这个问题可能有很多原因。
有关详细信息,请参阅Configure the Windows Firewall for Remote Debugging和Remote Debugging Errors and Troubleshooting。