Error while trying to run project:Unable to start debugging on the web server.The project is not configured to be debugged.这是怎么回事??
我的webconfig已经设置如下:
<compilation 
         defaultLanguage="c#"
         debug="true"
    /> <customErrors 
    mode="Off" 
    debug="true"
    />

解决方案 »

  1.   

    Solution->Properties->Configuration Properties
    解决方案->属性->配置属性
    到这里你就会看到怎么回事了
      

  2.   

    配置问题?===============================
        CSDN小助手 是一款脱离浏览器也可以使用csdn论坛的
    软件!
        界面: http://qqwwee.com/
        下载: http://qqwwee.com/csdn.rar 包含源代码
      

  3.   

    Solution->Properties->Configuration Properties
      

  4.   

    解决方案->属性->配置属性
      

  5.   

    Solution->Properties->Configuration Properties
      

  6.   

    我这儿都是Debug选项呀,bulid打上了勾有什么不妥么??
      

  7.   

    Solution->Properties->Configuration Properties
      

  8.   

    我就是在:Solution->Properties->Configuration Properties然后Configuration 都是Debug选项呀,bulid打上了勾还要怎么配置????
      

  9.   

    没有用,估计是我的vs.net有问题
      

  10.   

    我泄载重新安装vs.net试试看!!
      

  11.   

    一般不会是配置的问题吧.有时候做的东西过一会不知道怎么不能运行了.真是莫名奇妙.
    建议查看msdn.把给出的一些解决方法琢磨一下.可能就好了~