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 4. Debugging the HelloWorld WCF Service

In the previous chapters, we built a basic HelloWorld WCF service and hosted it in a few different ways. We have also deployed this service to an on-premise machine and to the cloud. In this chapter, we will learn how to debug WCF services.

In this chapter, we will cover the following topics:

  • Debugging a WCF service from a client application

  • Directly debugging a WCF service

  • Attaching the debugger to a running WCF service process

  • Debugging a WCF service hosted in the cloud