简体   繁体   English

VS 2015错误无法在Web服务器上启动调试。 远程服务器返回错误:(403)禁止

[英]VS 2015 Error unable to start debugging on the web server. remote server returned an error:(403) forbidden

error 错误

I copied the website files from another laptop, it works well on that laptop. 我从另一台笔记本电脑复制了网站文件,它在该笔记本电脑上运行良好。 I tried resetting the internet services. 我尝试重置互联网服务。 But still same error is being displayed.i clicked the help button but it did not provide any solution for the applications that are copied or moved website opens if i type https in the address bar. 但是仍然显示相同的错误。我单击了帮助按钮,但是如果我在地址栏中键入https,则它对于复制或移动网站打开的应用程序没有提供任何解决方案。 i guess there is some configuration settings problem. 我猜有一些配置设置问题。 i'd appreciate ideas. 我会很感激的。

I come across the same issue. 我遇到了同样的问题。 I have done the following change in the web.config file, add "debug=true" as follows: 我在web.config文件中做了以下更改,添加"debug=true" ,如下所示:

<compilation targetFramework="4.0" debug="true"/>

Now it is working fine for me. 现在对我来说很好。

暂无
暂无

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

相关问题 无法在Web服务器上启动调试。 远程服务器返回错误:(403)禁止 - Unable to start debugging on the web server. The remote server returned an error: (403) Forbidden 重装 iis 后无法在 web 服务器上启动调试。 远程服务器返回错误:(404) 未找到。` - After reinstalling iis unable to start debugging on the web server. the remote server returned an error: (404) not found.` 无法在 Web 服务器上开始调试。 远程服务器返回错误:(404) 未找到。 在 Visual Studio 中启动调试时出错 - Unable to start debugging on the web server. The remote server returned an error: (404) Not Found. Error when starting debug in Visual Studio 远程服务器返回错误:(403) Forbidden - Web Deploy - The remote server returned an error: (403) Forbidden - Web Deploy 无法在Web服务器上启动调试。 - Unable to start debugging on the web server. 接收远程服务器返回错误:(403)禁止消息 - Receiving The remote server returned an error: (403) Forbidden message 被“远程服务器返回错误:(403)禁止”与WCF服务在https中难倒 - Stumped by “The remote server returned an error: (403) Forbidden” with WCF Service in https XmlReader.Create()远程服务器返回错误:(403)Forbidden - XmlReader.Create() The remote server returned an error: (403) Forbidden VS2010错误:无法在Web服务器上启动调试 - VS2010 error: Unable to start debugging on the web server 无法在Web服务器上启动调试。 COM +注册表数据库检测到系统错误 - Unable to start debugging on the web server. The COM+ registry database detected a system error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM