Asmx Webservices - Test forms not vissible from remote machine?

Post date: Feb 16, 2010 1:14:42 PM

Add these lines to enable the test form

<configuration>

<system.web>

<webServices>

<protocols>

<add name="HttpGet"/>

<add name="HttpPost"/>

</protocols>

</webServices>

</system.web>

</configuration>