https with WCF error: “Could not find base address that matches scheme https”

前端 未结 7 1722
南旧
南旧 2020-12-23 19:42

I go to https://mywebsite/MyApp/Myservice.svc and get the following error:

(The link works if I use http:// )

\"The service \'/MyApp/MyService.svc\' cann

7条回答
  •  滥情空心
    2020-12-23 20:35

    Look at your base address and your endpoint address (can't see it in your sample code). most likely you missed a column or some other typo e.g. https// instead of https://

提交回复
热议问题