Could not find a base address that matches scheme https for the endpoint with binding WebHttpBinding. Registered base address schemes are [http]

前端 未结 5 1036
礼貌的吻别
礼貌的吻别 2020-12-24 02:16

I\'ve been through several web site that suggest solution to this problem, but still I can\'t get rid of it.

My WebConfig:



        
5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-24 02:43

    I solved the issue by adding https binding in my IIS websites and adding 443 SSL port and selecting a self signed certificate in binding.

提交回复
热议问题