设置断点来调试,如果不能调试在你项目名称上点右键选属性,在调试中查看"asp.net"调试是不是已经打勾.
如果还是不行,请重新设置iis的"权限向导"

解决方案 »

  1.   

    客户端也是可以调试的:)
    打开javascript调试就可以
      

  2.   

    调试是有什么错误没有?
    试试
    您是否在使用IP地址或者DNS名字来在Web Server上生成程序?比如,在新建项目的时候,在"Location"中输入:
    "http://192.168.1.22/webapplication1" 或者 “http://www.mycomputer.xxx.com", 而不是localhost 或者NetBIOS名字。
    如果是这样,您可以采取下面任何一种方法解决该问题:
    方法一:
    适用NetBIOS或者“localhost"机器名字。
    方法二:
    1。 打开Internet Explorer.2。 点击“Tools->Internet Options".
    3.  On the "Security" tab, highlight "Internet" and click "Customize Level" button.
    4.  在“User Authentication" 选项中,选择“Automatic logon with current username and password".
    详细的信息,请您参阅下面的知识库文章:
    Q319842 BUG: Permissions Error When You Try to Debug an ASP.NET Web App
    http://support.microsoft.com/support/kb/articles/q319/8/42.asp