Default Webservice URL
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have created a webservice with a simple function HelloWorld. It works fine in the client application. How do I change the default url of the webservice that points to the asmx file? I know that I can change in Reference.cs in the client application. But I want to set the default url other than localhost to point to a server where my asmx file is. I am using VS 2003, C#. Thanks a lot in advance Muthu.