[问题解决](Windows Server 2012 R2)WCF, Web Service 部署在(Windows Server 2012 R2)IIS上,调用时返回FaultException,在
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[问题解决](Windows Server 2012 R2)WCF, Web Service 部署在(Windows Server 2012 R2)IIS上,调用时返回FaultException,在相关的知识,希望对你有一定的参考价值。
解决方法:
1.把WCF改成Web Service;
2.在Web.config中,在<system.web>里面加上
<webServices>
<protocols>
<add name="HttpPost" />
<add name="HttpGet" />
<add name="HttpPostLocalhost" />
</protocols>
</webServices>
3.刷新Windows Server的浏览器,点击 Web Service的Hello方法,就会返回具体的错误信息了。
以上是关于[问题解决](Windows Server 2012 R2)WCF, Web Service 部署在(Windows Server 2012 R2)IIS上,调用时返回FaultException,在的主要内容,如果未能解决你的问题,请参考以下文章
Installing IIS 8 on Windows Server 2012微软官方安装指导
windows server 2016/2019 kms 激活
SQL Server Docker 容器能否在 Windows Server core 2022 上运行(“linux”不能在此平台上使用)
vCenter6.7安装报错,错误1722,Windows installer程序包有问题。