- WCF Multi-layer Services Development with Entity Framework(Fourth Edition)
- Mike Liu
- 83字
- 2021-08-05 17:32:46
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