Azure 上最近开源的用于 git 部署的引擎可以安装在 IIS 6 上吗?
https://github.com/projectkudu/kudu
文档中提到了 IIS7,但没有明确说明 IIS6 不兼容。
答案1
很可能是 >= IIS7
这https://github.com/projectkudu/kudu/wiki/Getting-started设置 Kudu 开发建议>=IIS7
这https://github.com/projectkudu/kudu/wiki/Deploying-to-a-server建议使用 ASP.net 4.5,它与 Windows Server 2003 不兼容,据我所知,Windows Server 2008 默认具有 IIS7。