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