简体   繁体   English

IIS管理器错误

[英]IIS Manager Error

Hi buddies im new to ASP.NET.While i'm hosting my website in IIS(Internet Information Service),I'm getting an error as in the below picture...what should i do to fix it?I gotta tired after struggled with my codes and a lot. 嗨,我是ASP.NET的新朋友。虽然我将网站托管在IIS(Internet信息服务)中,但出现如下图所示的错误...我该怎么办?我的代码很费劲。

我的问题

This means there is another application that is using port 80. If you change the bindings for the website to something other than 80 it will work. 这意味着还有另一个使用端口80的应用程序。如果将网站的绑定更改为80以外的其他绑定,它将起作用。

You can also do the following to free up port 80: 您还可以执行以下操作释放端口80:

Run NETSTAT -ano in command prompt and find out the PID for the process that is using port 80. Open up the task manager and in the Services tab find that PID to see what application it is. 在命令提示符下运行NETSTAT -ano,找到使用端口80的进程的PID。打开任务管理器,然后在“服务”选项卡中找到该PID,以查看它是什么应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM