无法在Web服务器上启动调试。服务器提交了协议违规。节= responsestatusline [英] unable to start debugging on the web server. the server committed a protocol violation. section=responsestatusline

查看:81
本文介绍了无法在Web服务器上启动调试。服务器提交了协议违规。节= responsestatusline的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

无法在Web服务器上启动调试。服务器提交了协议违规。 section = responsestatusline

i获取错误,其中runnig asp.net网站使用VS10和sql server 2008 R2

请帮助..

unable to start debugging on the web server. the server committed a protocol violation. section=responsestatusline
i getting error where runnig asp.net website with VS10 and sql server 2008 R2
please help..

推荐答案

当您设置Visual Studio以调试在IIS中运行的现有Web应用程序而不是内置的ASP.NET调试Web服务器时,通常会发生此错误。 IIS默认侦听端口80上的Web请求。在这种情况下,另一个应用程序已经在端口80上侦听请求。通常,违规应用程序是Skype,默认情况下在安装时接管侦听端口80和443。 Skype已经占据80端口。因此IIS无法启动。



要解决此问题,请按照以下步骤操作:



Skype - >工具 - >选项 - >高级 - >连接:



取消选中使用端口80和443作为传入连接的替代方案





--Amit
This error usually occurs when you have set up Visual Studio to debug an existing web application running in IIS rather than the built in ASP.NET debug web server. IIS by default listens for web requests on port 80. In this case, another application is already listening for requests on port 80. Typically, the offending application is Skype, which by default takes over listening on ports 80 and 443 when installed. Skype is already occupy the port 80. So IIS is unable to start.

To resolve the issue follow the steps:

Skype -> Tools -> Options -> Advanced -> Connection:

Uncheck "Use port 80 and 443 as alternatives for incoming connections".


--Amit


最近的Skype更新收回了80和443端口。检查一下。
A recent Skype update took back ports 80 and 443. Check that too.


谢谢亲爱的,你救了我的一天。
thanks dear, you saved my day.


这篇关于无法在Web服务器上启动调试。服务器提交了协议违规。节= responsestatusline的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆