【发布时间】:2016-06-21 03:57:41
【问题描述】:
我正在尝试为我的大学项目实施一个小 WCF,但是,在 WCF 上实施 CustomUserNamePassword Auth 时,它会崩溃并出现以下错误: [TypeLoadException:无法从程序集“CoreWS”加载类型“CoreWS.CoreAuthWs”。
<serviceCredentials>
<userNameAuthentication userNamePasswordValidationMode="Custom" customUserNamePasswordValidatorType="CoreWS.CoreAuthWs,CoreWS" />
</serviceCredentials>
怎么了??? Web.config 有什么问题吗?
【问题讨论】: