Azure 错误,找不到 Internet Explorer

Azure error, cannot locate Internet Explorer

VS2017 C#

我过去在另一台 PC 上做过很多次。 Azure App set to debug, 2017, published debug version of code.

在 VS 2017 中 在服务器资源管理器中右键单击 WebApp/附加调试器。

Getting Config...
Warming up site...
Finding process to attach to...

然后出现对话...

Server Explorer
    Unable to start program 'http://DaDeDa.azurewebsites.net'.
    Cannot locate Microsoft Internet Explorer.

我 运行 这只来自 Windows 10 PC Edge/Chrome。我想我前段时间卸载了 Internet Explorer。

我真的需要它来调试吗?或者有什么地方可以更改为 Edge/Chrome?

谢谢

1.You 可以转到此 page 并在 Windows 10 上重新安装 Internet Explorer。

2.Or 您可以选择此 way.Run regedit 并导航至 HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths.

如果 IEXPLORE.EXE 不存在,添加 it.Then 将(默认)REG_SZ 值更改为 C:\Program Files\Internet Explorer\iexplore.exe 并创建一个新的 REG_SZ,名称Path 的值并将数据设置为 C:\Program Files\Internet Explorer.

这是reference。如果您还有问题,请告诉我。