无法 select 项目属性的服务器部分中的本地 IIS

Can't select Local IIS in Servers section of Project properties

我正在学习创建 Xamarin.Forms 应用程序的 Pluralsight 课程,我正处于添加新的 Azure 移动服务项目然后必须编辑属性的阶段。

在属性页中,我 select Web 选项卡,我需要将服务器部分的下拉列表更改为本地 IIS,但我无法使用此选项。

如有任何帮助,我们将不胜感激!

你应该先安装IIS,它在windows

中默认没有

Click Start and then click Control Panel.

In Control Panel, click Programs and then click Turn Windows features on or off.

In the Windows Features dialog box, click Internet Information Services and then click OK.

这里是 Microsoft technic

中的一篇文章