打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
Error 0x80070020 when you try to start a Web ...
At times you may notice that one or more Web sites are not started in IIS 7.0. If you try to manually start the Web site, it may fail with the following error message:

Internet Information Services (IIS) Manager - The process cannot access the file because it is being used by another process.
(Exception from HRESULT: 0x80070020)

This issue may occur if TCP port 80 and/or 443 is grabbed by a different service.

Run the following command from a command prompt to find the PID of the process which is using TCP port 80 and/or 443.

               netstat -aon | find ":80"

               netstat -aon | find ":443"

You will see an output similar to the following. Remember the actual PID will vary from case to case.

               TCP    0.0.0.0:80             0.0.0.0:0              LISTENING       3604

               TCP    0.0.0.0:443           0.0.0.0:0              LISTENING       3320

Now using Task Manager you can easily find out to which process the above PID belongs and take appropriate action.
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
Erlang实现的一个Web服务器代码实例
Network Error (tcp_error)
python
.net core 发布到iis问题 HTTP Error 500.30 - ANCM In-Process Start Failure
gradle Error:Unable to start the daemon process: could not reserve enough space for object heap.
【error】Gradle sync failed: Unable to start the daemon process.【已解决】
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服