Tuesday, July 28, 2009

Testing Live ASMX Webservices Using the Protocols Tag in Your Web.config


<system.web>
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>

.
.
.
</system.web>

No comments: