What is the advantage of using a WCF service instead of a WCF library if I am going to host a WCF service in IIS? -
i understand differences between wcf library , wcf service. typically build wcf library , reference wcf service. if going deploy iis, why not deploy wcf library , forget creating wcf service. matter 1 deploy?
answering own question: have read doesn't seem matter if deploy wcf library or wcf service. if deploy library, make sure copy contents of app config file web config file. wcf service provide svc file, need if using earlier version of .net framework other 4.0 or later. if deploy service instead of library, app config file service pass content onto web.config file when deployed. pretty sure these differences. 2 people replied question didn't take time read , understand question. got marked possible duplicate, not.
Comments
Post a Comment