Forum Discussion
Will # _________ H
Aug 27, 2019Brass Contributor
How to debug custom SharePoint Web Service
Hi There, I have question about my custom Web Service for SharePoint. I create a web service for SharePoint and publish it into the layouts folder. currently, I have a client app will call remote th...
paulpascha
Aug 27, 2019Bronze Contributor
Besides modifying your web.config you'd have to attach your debugger to the W3WP (IIS) worker process. You can do so from within Visual Studio --> Debug --> Attach to process.
There is probably more than 1 instance of this process running. You could attach to all of them or figure out the correct one by following the steps detailed in below blog:
https://www.sharepointpals.com/post/how-to-identify-and-attach-correct-w3wp-process-in-visual-studio-while-debugging
Hope this helps
There is probably more than 1 instance of this process running. You could attach to all of them or figure out the correct one by following the steps detailed in below blog:
https://www.sharepointpals.com/post/how-to-identify-and-attach-correct-w3wp-process-in-visual-studio-while-debugging
Hope this helps