What is the difference between a WCF Service Application and a WCF Service Library?
问题 I am developing a WCF web service and I used the WCF Service Application template to do that. Does creating a \"WCF Service Application\" fulfill this requirement? What are the advantage of creating a WCF Service Library over a WCF Service Application? 回答1: A service application includes a website host already setup for you. A service library is a library of services that a host can reference and startup. If you start with a service library (recommended) you can then choose any host you wish