想断点调试,但是每次按F5总是出现
Running the project requires setting an initial Web page. To set this page, right-click the desired page in the Solution Explorer and select "Set As Start Page".我的项目Debugging里面已经勾选了Wait for an &external process to connect
怎么进行
Xml WebService调试?我的另外一个调试程序已经写好,调用了Web References,但是,在别的机子人家可以直接设断点,进去调,我的为什么不可以?我的Xml WebService架设在另外一台机子上(虚拟机)
请教大家,我有哪步没有配置好么?

解决方案 »

  1.   

    Running the project requires setting an initial Web page. To set this page, right-click the desired page in the Solution Explorer and select "Set As Start Page"要運行項目,需要設置一個初始頁面。請右鍵點擊解決方案瀏覽器中的一個頁面,並且選擇“設為初始頁”.
      

  2.   

    web.config文件中需要设置,<compilation debug="true"/>
      

  3.   

    有点不解...
     项目是
    Xml WebService哪里来的Set As Start Page,我随便设了个asmx,它运行的时候,出来个页面,这个页面不是我需要的,我需要的是soap远程调用的接口,不是页面...而且我debug设置的是Wait for an &external process to connect再请教一下
      

  4.   

    <compilation defaultLanguage="vb" debug="true" />
    我也设了啊