Wednesday, July 23, 2014

Debug a WCF web service in Visual Studio 2013?

Well, I found one way to do it. You may set up your uncompiled code as a web site in IIS and then hit the endpoints at the web service from another app to test. If you use this plugin you should be able to pick "Attach to IIS" from the "TOOLS" menu to debug the WCF solution at the IIS web site. Again, you can "touch it" from a different Visual Studio project which just hits the endpoints at IIS. You'll be able to hit a breakpoint back in Visual Studio at the WCF app.

No comments:

Post a Comment