IIS 10绑定选项

时间:2018-04-23 07:22:34

标签: web-hosting windows-server-2016 iis-10

我正在OFFSET 30 ROWS FETCH NEXT 10 ROWS ONLY windows Server 2016 Standard edition上尝试虚拟主机,我使用Windows PowerShell安装了Windows IIS,我在之前的版本上成功配置了Windows Server 2012 Standard。 有IIS10net.tcp选项,而不是net.pipehttp

根据stackoverflow参考:我发现以下链接,但我无法重新安装IIS服务器。 HTTP Binding missing in IIS

Actual Image

Required Image

1 个答案:

答案 0 :(得分:3)

很久以前就提出了问题,但我想我应该发布我的解决方案,因为它吃了很多时间。

如果你导航到applicationHost.config,我的是在C:\ Windows \ System32 \ inetsrv \ Config下。打开它,确保你在listenerAdapters下看到http。

<listenerAdapters>
   <add name = "https"/>
</listenerAdapters>

https://forums.iis.net/t/1177049.aspx?Problems+creating+a+new+site

找到解决方案