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
2009-06-13 04:55:38
thanks for the information :)
Eros
2009-06-13 09:50:05
A:
Right click the service project in VS, select Copy Website. Specify the IIS path. (may need to connect) Moves / sync all files.
eschneider
2009-06-13 05:30:55