<system.web>
<compilation debug="true" />
<!--begin启用webservice远程访问-->
<webServices>
<protocols>
<add name="HttpSoap"/>
<add name="HttpPost"/>
<add name="HttpGet"/>
<add name="Documentation"/>
</protocols>
</webServices>
<!--end启用webservice远程访问-->
</system.web>