尝试使用 MSVSMON 在 VS2017 中进行远程调试时出错

Error when trying to remote debug in VS2017 with MSVSMON

我已经安装了 Visual Studio 2017,当我尝试 运行 一个 Web 应用程序时,它在 Internet Explorer 上运行良好,但在 Chrome 中它给我这个错误:

the 32-bit version of the visual studio remote debugger cannot be used to debug 64-bit processes or 64-bit dumps. Please use the 64-bit version instead.

我注意到 MSVSMON.EXE 在 C:\Program Files (x86)\Microsoft Visual Studio17\Professional\Common7\IDE\Remote Debugger\x64 文件夹中,当我点击它时,它 运行 正常。在 windows 防火墙中是允许的。

如果我为 ASP.NET 禁用 javascript 调试,它在 Chrome 上工作正常,但我仍然需要此功能。

当我停用防火墙和防病毒软件时它起作用了。