WCF error - There was no endpoint listening at

后端 未结 6 1708
我寻月下人不归
我寻月下人不归 2020-12-08 04:53

I am developing a WCF service, running IIS6 on Window server 2003. I have built a test client to talk to the WCF service and I am getting the error below. I have been lookin

6条回答
  •  旧巷少年郎
    2020-12-08 05:22

    I was getting the same error with a service access. It was working in browser, but wasnt working when I try to access it in my asp.net/c# application. I changed application pool from appPoolIdentity to NetworkService, and it start working. Seems like a permission issue to me.

提交回复
热议问题