Enable Testing a Web Service from a Remote Machine
To enable testing a web service from a remote machine or computer, you can edit the web.config configuration file in your web service project or if you want to enable this test for all the web services running on the same web server you can edit the machine.config configuration file.Add the following lines to your web.config in             http://www.kodyaz.com/content/HowtoTestaWebServicefromaRemoteMachine.aspx


Comments