Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.08 KB

debugging-wcf-services.md

File metadata and controls

32 lines (26 loc) · 1.08 KB
title description ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
Debug Windows Communication Foundation (WCF) services
Explore links to articles about debugging Windows Communication Foundation (WCF) services in Visual Studio, including limitations.
11/04/2016
conceptual
CSharp
VB
FSharp
C++
debugging, WCF
WCF, debugging
mikejo5000
mikejo
mijacobs
debug-diagnostics

Debugging WCF Services

In this section

Limitations on WCF Debugging describes restrictions on debugging WCF.

How to: Step into WCF Services explains debugger support for stepping into a WCF Service.

How to: Debug a Self-Hosted WCF Service describes how to debug a WCF Service that runs outside IIS or the ASP.NET Development server.

Related content