How to enable remote testing ?

  • Thread starter Thread starter Mensand DotNet
  • Start date Start date
M

Mensand DotNet

Hi,

I've written a webservice. The testingpage is real cool but it doesn;t allow
me to test it on a different machine. It says something like only on local
machine.

How can i set it to also enable remote machines to test the webservice ?

Greetings Andre
 
Edit machine.config and allow GET and POST. You will see that both are not
allowed, by default. You can also set up a test project on another machine
and consume the web service without opening the "test page" to other
machines. This is a better option, in the long run.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Back
Top