
上QQ阅读APP看书,第一时间看更新
Chapter 2. Hosting the HelloWorld WCF Service
In the previous chapter, we built a basic HelloWorld WCF service and hosted it within IIS Express. In this chapter, we will explore more hosting options for WCF services, such as the following:
- Hosting a WCF service in a console application
- Hosting a WCF service in a Windows service application
- Hosting a WCF service in IIS using the HTTP protocol
- Hosting a WCF service in IIS using the TCP protocol
- Testing a WCF service