Unable to automatically step into the server when debugging WCF

后端 未结 5 2558
半阙折子戏
半阙折子戏 2021-02-19 19:45

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 enable

5条回答
  •  执念已碎
    2021-02-19 20:27

    I have just had the same problem. In order to be able to debug a WCF service, you should add the line in the server's config file inside the section.

    For more details, please check the link: http://msdn.microsoft.com/en-us/library/bb157687.aspx

提交回复
热议问题