Book Image

WCF Multi-layer Services Development with Entity Framework - Fourth Edition

By : Mike Liu
Book Image

WCF Multi-layer Services Development with Entity Framework - Fourth Edition

By: Mike Liu

Overview of this book

Table of Contents (20 chapters)
WCF Multi-layer Services Development with Entity Framework Fourth Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
2
Hosting the HelloWorld WCF Service
Index

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