• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

执行WCF功能时出错

用户头像
it1352
帮助1

问题说明

在服务器上托管我的应用程序后,我收到以下错误,有些机构会建议我需要做出哪些更改才能使服务正常工作吗?



系统.InvalidOperationException:合同操作'OperationName'需要Windows标识才能进行自动模拟。对于合同('Contract Name','http://tempuri.org/'),绑定('WebHttpBinding','http://tempuri.org/')不提供代表调用者的Windows标识。



提前致谢

After hosting my application on server I am getting below error can some body will advice me what changes I need to make so that service will work fine?

System.InvalidOperationException: The contract operation 'OperationName' requires Windows identity for automatic impersonation. A Windows identity that represents the caller is not provided by binding ('WebHttpBinding','http://tempuri.org/') for contract ('Contract Name','http://tempuri.org/'.

Thanks in advance

正确答案

#1
刚在service.cs中添加了这一行。



之前添加的web.config中的所有更改都已退回。

Just added this line in my service.cs.

previously added all the changes in web.config is backed out.
[AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]





及其正常工作。



谢谢大家...特别是CodeProject ...



and its working fine.

Thanks everyone.. specially CodeProject...

请参阅下面的链接,类似的问题已经解决。



http://stackoverflow.com/questions/6530477/impersonation-in-self-hosted-wcf [ ^ ]
Refer below link , a similar issue which has been solved.

http://stackoverflow.com/questions/6530477/impersonation-in-self-hosted-wcf[^]

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhccihbg
系列文章
更多 icon
同类精品
更多 icon
继续加载