Does anyone know how to deploy a webservice onto their production server?
Printable View
Does anyone know how to deploy a webservice onto their production server?
Its just like deploying a website. Just copy the *.asmx and the *.dll file, then point your program or your browser to the asmx file.
yes that is what I thought...