只需要Web.Config里面添加:
class="brush:html;gutter:true;"><system.web>
<webServices>
<protocols>
<remove name="HttpGet"/>
<remove name="HttpPost"/>
<remove name="HttpPostLocalhost"/>
</protocols>
</webServices>
一般情况下<remove name="HttpGet"/> <remove name="HttpPost"/>是machine.config默认的,不需要添加