新书推介:《语义网技术体系》
作者:瞿裕忠,胡伟,程龚
   XML论坛     W3CHINA.ORG讨论区     计算机科学论坛     SOAChina论坛     Blog     开放翻译计划     新浪微博  
 
  • 首页
  • 登录
  • 注册
  • 软件下载
  • 资料下载
  • 核心成员
  • 帮助
  •   Add to Google

    >> 本版讨论.NET,C#,ASP,VB技术
    [返回] 中文XML论坛 - 专业的XML技术讨论区计算机技术与应用『 Dot NET,C#,ASP,VB 』 → 在 VS 中调试 ASP.NET 应用程序时出现的常见错误 查看新帖用户列表

      发表一个新主题  发表一个新投票  回复主题  (订阅本版) 您是本帖的第 3297 个阅读者浏览上一篇主题  刷新本主题   树形显示贴子 浏览下一篇主题
     * 贴子主题: 在 VS 中调试 ASP.NET 应用程序时出现的常见错误 举报  打印  推荐  IE收藏夹 
       本主题类别:     
     admin 帅哥哟,离线,有人找我吗?
      
      
      
      威望:9
      头衔:W3China站长
      等级:计算机硕士学位(管理员)
      文章:5255
      积分:18407
      门派:W3CHINA.ORG
      注册:2003/10/5

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给admin发送一个短消息 把admin加入好友 查看admin的个人资料 搜索admin在『 Dot NET,C#,ASP,VB 』的所有贴子 点击这里发送电邮给admin  访问admin的主页 引用回复这个贴子 回复这个贴子 查看admin的博客楼主
    发贴心情 在 VS 中调试 ASP.NET 应用程序时出现的常见错误


    发信人: Nineteen (-_-#!), 信区: DotNET
    标  题: 在 VS 中调试 ASP.NET 应用程序时出现的常见错误
    发信站: BBS 水木清华站 (Tue Nov  4 09:11:38 2003), 转信

    hiahia,来几篇常见错误的文章先



    本文的发布号曾为 CHS306172  
    概要
    本文提供了一个文章列表,这些文章介绍您在 Visual Studio .NET 中调试 ASP.NET 应用程序时遇到的一些最常见问题。  
    更多信息
    当您在 Visual Studio .NET 中调试 ASP.NET 应用程序时,可能会收到以下错误消息:

    Error while trying to run project:Unable to start debugging on the web server.The project is not configured to be debugged.

    For ASP.NET projects, verify that you have a valid project file called 'Web.config' for the URL specified and 'debug' is set to 'true' in that file.
    For ATL Server projects, verify that the 'DEBUG' verb is associated with your ISAPI extension.
    Would you like to disable future attempts to debug ASP.NET pages for this project?
    有关如何解决此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:  
    306156PRB:调试 ASP.NET 应用程序时出现"未将项目配置为进行调试"的错误消息

    有关如何解决此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章: 当您在 Visual Studio .NET 中调试 ASP.NET 应用程序时,可能会收到以下错误信息:

    Error while trying to run project:Unable to start debugging on the web server.Server side-error occurred on sending debug HTTP request.

    Make sure the server is operating correctly.Verify there are no syntax errors in web.config by doing a Debug.Start Without Debugging.You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation.Would you like to disable future attempts to debug ASP.NET pages for this project?
    有关如何解决此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:  
    306163 PRB:在发送调试 HTTP 请求时出现"无法启动调试"的错误消息

    有关如何解决此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章: 当您在 Visual Studio .NET 中远程调试 ASP.NET 应用程序时,可能会收到以下错误信息:

    Error while trying to run project:Unable to start debugging on the web server.Access is denied.Check the DCOM configuration settings for the machine debug manager.Would you like to disable future attempts to debug ASP.NET pages for this project?  
    有关如何解决此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:  
    306164PRB:调试 ASP.NET 应用程序时出现"访问被拒绝。请检查计算机调试管理器的 DCOM 配置设置。"的错误消息

    有关如何解决此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章: 当您在 Visual Studio .NET 中调试 ASP.NET 应用程序时,可能会收到以下错误信息:

    Error while trying to run project:Unable to start debugging on the web server.Would you like to disable future attempts to debug ASP.NET pages for this project?
    有关如何解决此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:  
    306165PRB:调试 ASP.NET 应用程序时出现"无法在 Web 服务器上启动调试"的错误消息

    有关如何解决此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章: 当您调试 ASP.NET 页时,Visual Studio .NET 调试器可能不在断点上停止。有关如何解决此问题的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:  
    306169PRB:调试 ASP.NET 页时 Visual Studio .NET 调试器不在断点停止

    有关如何解决此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章: 当您在 Visual Studio .NET 中调试 ASP.NET 应用程序时,可能会收到以下错误信息:

    Error while trying to run project:Unable to start debugging on the web server.Access is denied.Would you like to disable future attempts to debug ASP.NET pages for this project?
    请验证您是计算机上"管理员"组和"调试器用户"组的成员。非管理员不具有调试 ASP.NET 辅助进程 (Aspnet_wp.exe) 的正确权限。  
    有关如何解决此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章: 当您在 Microsoft Visual Studio .NET 中调试 ASP.NET 应用程序时,可能会收到以下 Microsoft 开发环境错误消息:

    Error while trying to run project:Unable to start debugging on the web server.The server does not support debugging of ASP.NET or ATL Server applications.Run setup to install the Visual Studio .NET server components.If setup has been run, verify that a valid URL has been specified.

    You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation.Would you like to disable future attempts to debug ASP.NET pages for this project?  
    有关如何解决此错误信息的其他信息,请单击下面的文章编号,以查看 Microsoft 知识库中相应的文章:  
    318465PRB:无法调试 ASP.NET Web 应用程序


    --
    ——长夜漫漫,无心睡眠……难道狼妹妹也睡不着吗?


    ※ 来源:·BBS 水木清华站 smth.org·[FROM: 202.206.3.3]
    上一篇
    返回上一页
    回到目录
    回到页首
    下一篇


       收藏   分享  
    顶(0)
      




    ----------------------------------------------

    -----------------------------------------------

    第十二章第一节《用ROR创建面向资源的服务》
    第十二章第二节《用Restlet创建面向资源的服务》
    第三章《REST式服务有什么不同》
    InfoQ SOA首席编辑胡键评《RESTful Web Services中文版》
    [InfoQ文章]解答有关REST的十点疑惑

    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2004/11/9 2:26:00
     
     GoogleAdSense
      
      
      等级:大一新生
      文章:1
      积分:50
      门派:无门无派
      院校:未填写
      注册:2007-01-01
    给Google AdSense发送一个短消息 把Google AdSense加入好友 查看Google AdSense的个人资料 搜索Google AdSense在『 Dot NET,C#,ASP,VB 』的所有贴子 点击这里发送电邮给Google AdSense  访问Google AdSense的主页 引用回复这个贴子 回复这个贴子 查看Google AdSense的博客广告
    2025/7/21 15:50:55

    本主题贴数1,分页: [1]

    管理选项修改tag | 锁定 | 解锁 | 提升 | 删除 | 移动 | 固顶 | 总固顶 | 奖励 | 惩罚 | 发布公告
    W3C Contributing Supporter! W 3 C h i n a ( since 2003 ) 旗 下 站 点
    苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
    109.375ms