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.
Asked
Active
Viewed 6,135 times
3 Answers
2
http://msdn.microsoft.com/en-us/library/aa751792.aspx
There you go - the how to from Microsoft

ist_lion
- 3,149
- 9
- 43
- 73
0
You can also deploy a WCF service to a windows service host. This is desirable in many situations which are outlined here:

Community
- 1
- 1

tom redfern
- 30,562
- 14
- 91
- 126
0
Right click the service project in VS, select Copy Website. Specify the IIS path. (may need to connect) Moves / sync all files.