WCF Errors using WCFTestClient to test a simple WCF Web Service

前端 未结 5 1018
盖世英雄少女心
盖世英雄少女心 2020-12-31 09:07

When I try to test the AutoLotWCFService using \"wcftestclient\", I get the following error. What am I doing wrong? Any insight will help. This is a simple Web Service that

5条回答
  •  旧时难觅i
    2020-12-31 09:37

    Try checking if service(name) in the Service Markup (right click on servicename.svc) matches the service(name) in your web.config file.

    Cheers!

提交回复
热议问题