Hi, Using .Net 2.0 I have created webservices inside a project. These services are in a solution on my machine which I am developing. To reference these services, I use Add Web Reference, webservices in this solution (Because the services are saved in my local machine). At what stage should I place these webservices in the virtual directory of a webserver Should these webservices be developed in a virtual directory on my local machine as opposed to in the local C drive as it is now
The intension is that others be able to see these webservices as they are being developed. For an example, from my machine to reference one of the webservices, this is the path I use: http://localhost:2144/inTest.asmx
does this mean that other developers to reference this webservice should use:
http://MyMachineName:2144/inTest.asmx
Thanks
.NET Development23
|