博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
WCF添加服务失败一则
阅读量:4080 次
发布时间:2019-05-25

本文共 554 字,大约阅读时间需要 1 分钟。

原因是本机开发IIS没有安装HTTPS证书

将红色的字注释掉就好了!

<services>

<service behaviorConfiguration="basicServiceBehavior" name="GameLogin.RESTService">
<endpoint behaviorConfiguration="webHttpBehavior" binding="webHttpBinding" bindingConfiguration="webHttpBindingConfig" contract="GameLogin.IRESTService" />
<!-- Uncomment this block to enable HTTPS
<endpoint behaviorConfiguration="webHttpBehavior" binding="webHttpBinding" bindingConfiguration="webHttpsBindingConfig" contract="GameLogin.IRESTService" />
-->
</service>
</services>

posted on 2016-05-26 17:15 阅读(...) 评论(...)

转载地址:http://tivni.baihongyu.com/

你可能感兴趣的文章
Tensorflow入门资料
查看>>
剑指_用两个栈实现队列
查看>>
剑指_顺时针打印矩阵
查看>>
剑指_栈的压入弹出序列
查看>>
剑指_复杂链表的复制
查看>>
服务器普通用户(非管理员账户)在自己目录下安装TensorFlow
查看>>
星环后台研发实习面经
查看>>
大数相乘不能用自带大数类型
查看>>
字节跳动后端开发一面
查看>>
CentOS Tensorflow 基础环境配置
查看>>
centOS7安装FTP
查看>>
FTP的命令
查看>>
CentOS操作系统下安装yum的方法
查看>>
ping 报name or service not known
查看>>
FTP 常见问题
查看>>
zookeeper单机集群安装
查看>>
do_generic_file_read()函数
查看>>
Python学习笔记之数据类型
查看>>
Python学习笔记之特点
查看>>
shell 快捷键
查看>>