webservice远程调试报错: 无法自动进入并单步执行服务器
已经在webservice配置文件加入节点
<system.web>
<compilation debug="true" />
<webServices>
<protocols>
<add name="HttpSoap"/>
<add name="HttpPost"/>
<add name="HttpGet"/>
<add name="Documentation"/>
</protocols>
</webServices>
</system.web>
还是无法解决问题。求解答