无法在Web服务器上启动调试.

编程入门 行业动态 更新时间:2024-10-06 01:44:51
本文介绍了无法在Web服务器上启动调试.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我在PC上同时安装了Visual Studio 2005和2008,并且我使用的是IIS 5.1版本,我尝试通过通过Google找到的解决方案进行尝试,但问题仍然相同 无法在Web服务器上开始调试 您尝试调试的应用程序使用调试器不支持的Microsoft .NET Framework版本. 调试器对应用程序将要使用的Microsoft .NET Framework版本做出了错误的假设. 您指定用于调试的Microsoft .NET Framework版本不正确 当我直接在本地主机上创建应用程序并运行该应用程序时,我遇到了这个问题,如果我的应用程序位于目录中,则可以很好地工作,因此任何人都可以告诉该怎么做以解决此问题

I am having Both visual studio 2005 and 2008 installed in my PC and i am using IIS 5.1 version, I tried as per the solutions find through Google but still the issue remain same Unable to start debugging on Web server The application you are trying to debug uses a version of the Microsoft .NET Framework that is not supported by the debugger. The debugger has made an incorrect assumption about the Microsoft .NET Framework version your application is going to use. The Microsoft .NET Framework version specified by you for debugging is incorrect I am getting this issue when i create my application directly in local host and running, works well if my application is in directory, so can any one tell what to do to resolve this issue

推荐答案

确保使用 ASP.NET IIS注册工具 [ ^ ]

还要检查针对网站配置的"ASP.NET版本".您可以在网站属性"的"ASP.NET"选项卡下找到它.它应该是2.0.50727或4.0.30319,但很可能将其错误地设置为1.1.4322会产生这种效果. 另外,看看 错误:无法在Web服务器上开始调试 [ ^ ] MSDN上的条目.一次尝试一种解决方案并返回重新发布...可以节省大量时间. As Marcus Kramer says, but also Also, check the ''ASP.NET version'' configured against the Website. You''ll find this under the ASP.NET tab of the Web Site Properties. It should be 2.0.50727 or 4.0.30319 but could well be incorrectly set to 1.1.4322 which would have this effect. Also, have a look the Error: Unable to Start Debugging on the Web Server[^] entry on MSDN. It could save you a lot of time over trying one solution at a time and coming back to repost...

更多推荐

无法在Web服务器上启动调试.

本文发布于:2023-11-23 21:54:07,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1622954.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:器上   Web

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!