WCF deplyoment procedure
WCF and WF
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I wrote 2 wcf services.One is WCF webservice and another is WCF class library.How to deploy these 2 services..... Thanks, Srinivas Mateti
Deploy like any other app. There may be some useful info at the links here: Deploying WCF Applications with ClickOnce[^] For hosting the services: Hosting Windows Communication Foundation Services[^]
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Hi, I wrote 2 wcf services.One is WCF webservice and another is WCF class library.How to deploy these 2 services..... Thanks, Srinivas Mateti
You need to deploy only wcf service.I think your wcf service has a reference of wcf class library.So just properly configure your wcf service and host it.