The web provides an abundance of tutorials for developing and testing WCF services along with client applications that reference them all within the Visual Studio IDE.
However, in a production setting, one needs to deploy services and clients on various hosts where Visual Studio is not available, and the clients need to be configured to know the URL of the whatever service they expect to use.
Can anyone provide some instructions for this kind of deployment, or link me to a web page that contains the information that I want?
Thanks.