Friday, February 10, 2006

Enabling Test Forms

If you see this message on the ASMX page:

"The test form is only available for requests from the local machine"

Add these two lines to the web.config:
<webservices>
<protocols>
<add name="HttpGet">
<add name="HttpPost">

</protocols>
</webservices>

http://support.microsoft.com/default.aspx?scid=kb;en-us;819267




File Under: Technology,

No comments:

Post a Comment