Hi All,

I have written a WCF Library, successfully created the service and have published it for now to my local drive.

Can someone give me a step by step guide on incorporating this into my client app?

in the WCF Project I had an app.config file that I configured. when published this seems to have changed to web XML Configuration File. This file along with a WCF Web Service file sits at the root then I have folders bin, Properties, data and Service Reference. My App.config file still has a dns entry set to localhost until I'm ready to deploy to the world.

Thanks