iis 中的 asp.net 调试

发布于 2024-12-21 04:48:27 字数 338 浏览 3 评论 0原文

我正在使用 iis5.1 和 Visual Web Developer 2008。我曾经从本地 iis 在 vwd 中打开一个网站并调试传入的请求,我对所有网站使用 .net 2.0,但最近我安装了 .net 4.0 并修改了网站配置使用.net版本4, 之后我无法开始调试,当我尝试调试时,它显示一条错误消息,内容如下

无法在 Web 服务器上启动调试。网络服务器没有 及时响应,这可能是因为另一个调试器正在 已经连接到网络服务器

我现在已经卸载了.net 4并将iis中的所有网站更改为使用.net 2.0 但我仍然无法开始调试, 如何才能使其再次发挥作用?

i am using iis5.1 and visual web developer 2008. I used to open a website in vwd from local iis and debug the in coming requests,i was using .net 2.0 for all websites, but recently i installed .net 4.0 and modified a website configuration to use .net version 4,
after that i am unable to start debugging, when i try to debug it shows an error message that reads

Unable to start debugging on the Web server. the webserver did not
respond in a timely manner, this may be because another debugger is
already attached to the webserver

I have now uninstalled the .net 4 and changed all the websites in iis to use .net 2.0
but still i am unable to start debugging,
How can make it work again ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

下雨或天晴 2024-12-28 04:48:27

检查

<compilation debug=”true”/>

web.config中是否存在

Check if

<compilation debug=”true”/>

exists in web.config

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文