Thursday, May 8, 2014

Debug WCF Service in IIS


  1. Set the breakpoints in the WCF service.
  2. Change the build path of the WCF service application to the bin directory of the service hosted in the IIS.(  (Properties Host > Build OutputPath > IIS Bin Folder)
  3.  Build the WCF application in the debug mode.
  4.  Run the project application.
  5.  Attach the 'W3WP' process to it. If in case you are not getting the process select "All Process" checkbox.

No comments:

Post a Comment