4
shouts

How to use wcftestclient as svc file debugger for VS2008 SP1 - Visual Web Developer Team Blog

published 338 days, 6 hours, 7 minutes ago posted by StevesSteves 338 days, 23 hours, 48 minutes ago
Tuesday, April 14, 2009 7:38:52 PM GMT Tuesday, April 14, 2009 1:57:53 AM GMT

Wcftestclient can be used to debug a WCF service. Here are two ways to enable wcftestclient debugging in Visual Studio VS2008 SP1 web applications.

Tradition way:

In Web application project property page, web tab, one can specify start external program and command line argument for IIS based WCF:

  1. Check Use Local IIS Web server and create a virtual directory on the local IIS (you’ve to enable WCF on .net3.0 with IIS7)

  2. Specify start external program: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\WcfTestClient.exe

  3. Specify command line argument: http://localhost/WcfService7/Service1.svc

category: Web Service | clicked: 9 | | source: blogs.msdn.com | show counter code
tags: Debug, IIS, Visual Studio, VS2008, VS2008 SP1, WCF, Web Service

No comments yet, be the first one to post comment.

To post your comment please login or signup