0
Posted on 4:25 AM by prajeesh and filed under ,
If you find "The test form is only available for requests from the local machine" message in your webservice page after hosted in your server, dont worry just add following tags in your web.config file just before </system.web>
tag
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices> Shout it kick it on DotNetKicks.com
0
Responses to ... The test form is only available for requests from the local machine