Azure Remote Debugging: Failed to enable remote debuggingException from HRESULT: 0x89710023

浪尽此生 提交于 2019-12-07 19:18:16

问题


I'm getting a strange error: 'Failed to enable remote debuggingException from HRESULT: 0x89710023' while I'm trying to debug remotely Azure Website. I'm using VS2013 with Azure Tools v.2.2. There are a lot of people who are getting this error here http://blogs.msdn.com/b/webdev/archive/2013/11/05/remote-debugging-a-window-azure-web-site-with-visual-studio-2013.aspx but there is no working solution.

Resolved

I've managed to resolve this as installed Azure Tools 2.2 on a new machine with fresh installed VS 2013. Not sure what caused the issue.


回答1:


The error isn't very forthright.

I found the answer from Twitter https://twitter.com/martinhelgesen/status/410363288132657152

Basically just open up ports 4016 and 4018 and things should work.




回答2:


I found that if my site name contains a - sign, the remote debugger will not work. The remote debugger worked when I switched to a site name without the '-' sign.



来源:https://stackoverflow.com/questions/21188108/azure-remote-debugging-failed-to-enable-remote-debuggingexception-from-hresult

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!