Unable to automatically step into the server when debugging WCF
问题 I get the dreaded: Unable to automatically step into the server. The remote procedure could not be debugged.This usually indicates that debugging has not been enabled on the server." Now, I have been reading that I need to add <compilation debug="true"> to the web.config . Fair enough, my problem is that my WCF service is a nettcp binding hosted in a windows process. Where do I add this? In the app.config of the windows service hostiung the WCF service? In what section? Right now my app