views:

264

answers:

2

Hi, I am using WCF for the first time. I Have successfully created the service and it works fine on my local machine. I want to know the steps involved for deploying the service to the client environment (including changes to the config file, IIS settings) and any other miscellaneous settings.

+2  A: 

http://msdn.microsoft.com/en-us/library/aa751792.aspx

There you go - the how to from Microsoft

PSU_Kardi
thanks for the information :)
Eros
A: 

Right click the service project in VS, select Copy Website. Specify the IIS path. (may need to connect) Moves / sync all files.

eschneider