gpt4 book ai didi

c# - IIS Url 重写模块导致 "unable to start debugging on the webserver"

转载 作者:太空狗 更新时间:2023-10-29 18:20:37 27 4
gpt4 key购买 nike

我刚刚为 IIS 7 实现了 URL 重写模块 2.0,它似乎导致了 Visual Studio 2010 中的“无法在网络服务器上开始调试”错误。

除了评论 web.config 中的节点,有谁知道是否有针对 VS2010 的修复程序?

谢谢

最佳答案

请在此处查看 Kirk Woll 的解决方案: Unable to start debugging on the web server. Could not start ASP.NET debugging VS 2010, II7, Win 7 x64

只需将此规则添加到您的规则顶部即可

<rule name="Ignore Default.aspx" enabled="true" stopProcessing="true">
<match url="^debugattach\.aspx" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="None" />
</rule>

关于c# - IIS Url 重写模块导致 "unable to start debugging on the webserver",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8752267/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com