【发布时间】:2015-06-21 02:17:06
【问题描述】:
我一步一步地按照这篇 (https://bishwaranjan.wordpress.com/2014/09/05/how-to-upload-files-using-kendo-file-upload-and-wcf-service/) 文章,但我有以下 exption:
主机上配置的身份验证方案('IntegratedWindowsAuthentication')不允许绑定'WebHttpBinding'('Anonymous')上配置的身份验证方案。请确保将 SecurityMode 设置为 Transport 或 TransportCredentialOnly。此外,可以通过 IIS 管理工具、通过 ServiceHost.Authentication.AuthenticationSchemes 属性、在元素的应用程序配置文件中更改此应用程序的身份验证方案、通过更新绑定上的 ClientCredentialType 属性或通过调整来解决此问题HttpTransportBindingElement 上的 AuthenticationScheme 属性。
【问题讨论】:
标签: wcf