Ejecutar web service desde maquina remota (ERROR: The test form is only available for requests from the local machine)

Agregar estas líneas a web.config:


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

No hay comentarios:

Publicar un comentario