我正在OFFSET 30 ROWS
FETCH NEXT 10 ROWS ONLY
windows Server 2016 Standard edition
上尝试虚拟主机,我使用Windows PowerShell安装了Windows IIS,我在之前的版本上成功配置了Windows Server 2012 Standard。
有IIS10
和net.tcp
选项,而不是net.pipe
和http
根据stackoverflow参考:我发现以下链接,但我无法重新安装IIS服务器。 HTTP Binding missing in IIS
答案 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
找到解决方案