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

最新文章

  1. [转载][翻译] 利用JSF、SpringFramework和Hibernate构建Web应用的实例讲述
  2. Oracle rowid
  3. JavaScript基础知识整理
  4. 解决chrome同步问题
  5. extern 相关
  6. 【2013长沙区域赛】部分题解 hdu4791—4801
  7. linux----设置、添加别名(alias,unalias)
  8. 通过google的inurl:backupdata*dede_admin获取账号密码
  9. iOS开发——自定义AlertView
  10. 用label实现自适应宽度的方法
  11. ply python 图片压缩 图片裁剪 旋转
  12. Netty初体验
  13. lumen----------A facade root has not been set.
  14. 测试那些事儿-软测必备的linux知识(五)
  15. C语言几个输入函数的区别(史上最详细)
  16. intent和手势探测
  17. 进程退出exit、_exit、abort
  18. Wii Party U 游戏简介
  19. Educational Codeforces Round 25 B. Five-In-a-Row
  20. BZOJ_3224 Tyvj 1728 普通平衡树 【离散化+权值线段树】

热门文章

  1. luogu P4430 小猴打架(prufer编码与Cayley定理)
  2. Linux ping 不通 域名 添加DNS
  3. 简单搭建zookeeper集群分布式/伪分布式
  4. 转:强制Visual Studio以管理员身份运行
  5. 第二章 Linux常用命令
  6. UVA 11426 GCD - Extreme (II) (数论|欧拉函数)
  7. 【剑指Offer面试题】 九度OJ1516:调整数组顺序使奇数位于偶数前面
  8. maven3+eclipse搭建webAPP企业级实战《一》
  9. Cms WebSite 编译非常慢
  10. jquery批量绑定click事件