首页 > 代码库 > Error 0x80070020 when you try to start a Web site in IIS 7.0
Error 0x80070020 when you try to start a Web site in IIS 7.0
https://support.microsoft.com/en-hk/help/973094/error-0x80070020-when-you-try-to-start-a-web-site-in-iis-7.0
This issue may occur if TCP port 80 and/or 443 is grabbed by a different service.
Check this http://support.microsoft.com/kb/890015/en-us
Another process is using port 80 or port 443 on the computer that is running IIS. By default, IIS uses port 80 as the default TCP port and port 443 for Secure Sockets Layer (SSL).
这个东西出现的原因是因为端口被占用了,
1.首先确认一下website的bings
2.在命令行中确认端口是否被占用
3.如果端口占用的话,就换一个没有被占用的端口
排查的结果,因为8081端口被Gitblit占用了
server.shutdownPort = 8081
Error 0x80070020 when you try to start a Web site in IIS 7.0
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。