Unable to automatically step into the server when debugging WCF

后端 未结 5 2574
半阙折子戏
半阙折子戏 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:40

    Add the below in your server config file
    (i) Add below in app.config, if you are hosting your WCF service on windows service. 
    
      ...
      ...
      ...
       
    
    
    (ii) Add below in web.config, if you are hosting your WCF service on IIS. 
    
      ...
      ...
      ...
       
    
    

提交回复
热议问题