webservice from client

Hi,
I have created a webservice on my local machine using .net 2.0. This webservice is referenced from the project that contains forms.
At present I reference this webservice using add webreference and point to it which is sitting on my local machine.
How is it possible for other developers to access this webservice which is sitting on my machine please
Thanks


Answer this question

webservice from client

  • Cyber Junkie

    If you're sharing the project/solution you'll have to remove the dependence on "localhost" for the server name. If you're using the "built-in" Visual Studio web server then you're out of luck, that will only get run by Visual Studio and won't be accessible all the time for the other developers.

  • webservice from client