引发的异常:“System.ServiceModel.Security.MessageSecurityException”(位于 mscorlib.dll 中)

问题描述

服务端配置<system.serviceModel><services><servicename="KeYun.Services.Service"behaviorConfiguration="WSBehavior"><endpointaddress="mex"binding="mexHttpBinding"contract="IMetadataExchange"/><endpointaddress=""binding="customBinding"bindingConfiguration="MyCustomBinding"contract="KeYun.Services.IService"><identity><dnsvalue="MYWCFCert"/></identity></endpoint></service></services><bindings><!--<wsHttpBinding><bindingname="ClassLineBinding"maxBufferPoolSize="12000000"maxReceivedMessageSize="12000000"useDefaultWebProxy="false"><readerQuotasmaxStringContentLength="12000000"maxArrayLength="12000000"/><securitymode="Message"><transportclientCredentialType="None"/><messageclientCredentialType="UserName"/></security></binding></wsHttpBinding>--><customBinding><bindingname="MyCustomBinding"><transactionFlow/><securityauthenticationMode="UserNameForSslNegotiated"><secureConversationBootstrap><localClientSettingsmaxClockSkew="00:59:00"/><localServiceSettingsmaxClockSkew="00:59:00"/></secureConversationBootstrap><localClientSettingsmaxClockSkew="00:59:00"/><localServiceSettingsmaxClockSkew="00:59:00"/></security><textMessageEncoding><readerQuotasmaxStringContentLength="500000"/></textMessageEncoding><httpTransportmaxReceivedMessageSize="10485760"maxBufferPoolSize="524288"/></binding></customBinding></bindings><behaviors><endpointBehaviors><behaviorname="web"><webHttp/></behavior></endpointBehaviors><serviceBehaviors><behaviorname="WSBehavior"><serviceMetadatahttpGetEnabled="True"/><serviceDebugincludeExceptionDetailInFaults="True"/><serviceCredentials><serviceCertificatefindValue="MYWCFCert"storeLocation="LocalMachine"x509FindType="FindBySubjectName"/><userNameAuthenticationuserNamePasswordValidationMode="Custom"customUserNamePasswordValidatorType="KeYun.Services.CustomUserPassword,KeYun.Services"cacheLogonTokens="false"/></serviceCredentials></behavior></serviceBehaviors></behaviors></system.serviceModel>客户端配置<system.serviceModel><behaviors><endpointBehaviors><behaviorname="myClientBehavior"><clientCredentials><serviceCertificate><authenticationcertificateValidationMode="Custom"customCertificateValidatorType="KeYun.GUI.MyX509Validator,KeYun.GUI"/></serviceCertificate></clientCredentials></behavior></endpointBehaviors></behaviors><bindings><!--<wsHttpBinding><bindingname="WSHttpBinding_IService"maxBufferPoolSize="12000000"maxReceivedMessageSize="12000000"useDefaultWebProxy="false"><readerQuotasmaxStringContentLength="12000000"maxArrayLength="12000000"/><security><messageclientCredentialType="UserName"/></security></binding></wsHttpBinding>--><customBinding><bindingname="MyCustomBinding"closeTimeout="00:01:00"openTimeout="00:01:00"receiveTimeout="00:10:00"sendTimeout="00:01:00"><transactionFlow/><securityauthenticationMode="UserNameForSslNegotiated"><secureConversationBootstrap><localClientSettingsmaxClockSkew="00:59:00"/><localServiceSettingsmaxClockSkew="00:59:00"/></secureConversationBootstrap><localClientSettingsmaxClockSkew="00:59:00"/><localServiceSettingsmaxClockSkew="00:59:00"/></security><textMessageEncoding><readerQuotasmaxStringContentLength="500000"/></textMessageEncoding><httpTransportmaxReceivedMessageSize="10485760"maxBufferPoolSize="524288"/></binding></customBinding></bindings><client><!--<endpointaddress="http://localhost:6565/Service.svc"binding="wsHttpBinding"bindingConfiguration="WSHttpBinding_IService"contract="IService"name="WSHttpBinding_IService"><identity><dnsvalue="MYWCFCert"/></identity></endpoint>--><!--<endpointaddress="http://220.163.6.244:9008/Service.svc"binding="wsHttpBinding"bindingConfiguration="WSHttpBinding_IService"contract="IService"name="WSHttpBinding_IService"behaviorConfiguration="myClientBehavior"><identity><dnsvalue="MYWCFCert"/></identity></endpoint>--><endpointaddress="http://192.168.18.107:8585/Service.svc"binding="customBinding"bindingConfiguration="MyCustomBinding"contract="IService"name="WSHttpBinding_IService"behaviorConfiguration="myClientBehavior"><identity><dnsvalue="MYWCFCert"/></identity></endpoint></client></system.serviceModel>

解决方案

时间: 2024-09-22 07:34:31

引发的异常:“System.ServiceModel.Security.MessageSecurityException”(位于 mscorlib.dll 中)的相关文章

“System.Threading.ThreadAbortException”类型的异常在 mscorlib.dll 中发生

问题描述 "System.Threading.ThreadAbortException"类型的异常在mscorlib.dll中发生在用VS2005的时候建立站点,第一个界面能进入,但是点击注册进入第二个界面的时候就会出现上面的问题,不知道是哪里错了.输入用户名和密码登陆的时候会ConnectionString属性尚未初始化.连接有问题嘛?做的是一个基于ASP.NET的通讯录. 解决方案 解决方案二:我也遇到这样的情况,没有办法,唉!

“System.ArgumentException”类型的未经处理的异常出现在 mscorlib.dll 中。 其他信息: 实例方法的委托不能具有空“this

问题描述 本人在做数据库课设,没有学过C#,只学过C和C++,做一个简易聊天室今天在连接数据库时,调试出了问题,而错误列表没有出,不知何处下手,求C#大神帮忙以下是代码namespace登录界面{partialclassForm1{///<summary>///必需的设计器变量.///</summary>privateSystem.ComponentModel.IContainercomponents=null;///<summary>///清理所有正在使用的资源.//

急求大神帮助!!C#调用C++dllSystem.AccessViolationException”类型的未经处理的异常出现在 mscorlib.dll 中。

问题描述 "System.AccessViolationException"类型的未经处理的异常出现在mscorlib.dll中.其他信息:尝试读取或写入受保护的内存.这通常指示其他内存已损坏.代码如下//////C++dll代码HWNDhWnd;extern"C"__declspec(dllexport)voidcOSG(HWNDmhWnd){hWnd=mhWnd;}extern"C"__declspec(dllexport)voidInitO

mscorlib dll-“System.FormatException”类型的异常在 mscorlib.dll 中发生

问题描述 "System.FormatException"类型的异常在 mscorlib.dll 中发生 部分代码: <%#(int.Parse(lblnum.Text)-Container.ItemIndex) %> //在这句上报错!!!"System.FormatException"类型的异常在 mscorlib.dll 中发生,但未在用户代码中进行处理 其他信息: 输入字符串的格式不正确. 急!!! 解决方案 lblnum.Text 值是什么

Owin:“System.Reflection.TargetInvocationException”类型的未经处理的异常在 mscorlib.dll 中发生

异常汇总:http://www.cnblogs.com/dunitian/p/4523006.html#signalR 这个异常我遇到两种情况,供园友参考: 第一种,权限不够,在项目运行的时候弹出==>解决方法:以管理员权限运行vs然后再重写运行项目 第二种,端口被占,解决方法==>换个端口

在 System.Threading.ThreadAbortException 中第一次偶然出现的“mscorlib.dll”类型的异常

问题描述 winform代码中使用Thread.Abort终止线程遇到以下错误.在System.Threading.ThreadAbortException中第一次偶然出现的"mscorlib.dll"类型的异常.请各位大神帮忙解决以下 解决方案 解决方案二:不会看MSDN吗?Thread.Abort方法.NETFramework4其他版本1(共1)对本文的评价是有帮助-评价此主题在调用此方法的线程上引发ThreadAbortException,以开始终止此线程的过程.调用此方法通常会

WCF调试异常信息:找不到类型“”,在 ServiceHost 指令中提供为 Service 特性值,或在配置元素 system.serviceModel/serviceHosting

"/CommonHelpServices"应用程序中的服务器错误. 找不到类型"JianKunKing.Common.CommonHelp.Services.Service1",它在 ServiceHost 指令中提供为 Service 特性值,或在配置元素 system.serviceModel/serviceHostingEnvironment/serviceActivations 中提供. 说明: 执行当前 Web 请求期间,出现未经处理的异常.请检查堆栈跟踪

[HttpUnhandledException]: 引发类型为“System.Web.HttpUnhandledException”的异常。

问题描述 各位,请问这个问题怎么解决,下面的源码:<html><head><title>未将对象引用设置到对象的实例.</title><style>body{font-family:"Verdana";font-weight:normal;font-size:.7em;color:black;}p{font-family:"Verdana";font-weight:normal;color:black;ma

将不确定变为确定~DateTime.MinValue和MaxValue引发的异常

问题描述: SqlDateTime 溢出.必须介于 1/1/1753 12:00:00 AM 和 12/31/9999 11:59:59 PM 之间 概念相关 .Net中的DateTime结构类中的MinValue和MaxValue有时会引发一个异常,那就是日期溢出的问题,您输入的日期必须介于 1753 年 1 月 1 日到 9999 年 12 月 31 日之间,而DateTime.MinValue实际上不是1753 年 1 月 1日,而是0000年1月1日,而数据库可以接收的日期时间最小值为1