WCF Configuration Hell?

前端 未结 7 781
迷失自我
迷失自我 2021-02-08 01:20

I hate WCF setup with endpoints, behaviors etc. I believe all these things should be performed automatically. All I want to do is to return JSON result from my WCF service. Here

相关标签:
7条回答
  • 2021-02-08 01:48

    Have you tried the WCF SvcConfigEditor? It is available from the Tools menu in Visual Studio. Open your web/app.config with SvcConfigEditor to get GUI help on getting everything right.

    0 讨论(0)
提交回复
热议问题