I wrote a web service in Windows XP, and also, I wrote a client program that I can run under Visual Studio, and access the web service with no problem. Now I need to deploy the service to a server.
I was expecting to see a bin directory with a dll under the directory where I have the service in windows XP, but I do not see the bin directory or the dll.
How co I build the DLL and deploy it to the server?
Thank you very much.
Start Free Trial