“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------System.Web.Services.Protocols.SoapException: 服务器无法处理请求。 ---> System.Collections.Generic.KeyNotFoundException: 给定关键字不在字典中。
  在 System.ThrowHelper.ThrowKeyNotFoundException()
  在 System.Collections.Generic.Dictionary`2.get_Item(TKey key)
  在 Passport.WEB.WebService.InsideLoginWebService.UserLogin3(String LoginName, String Password, String UserIP, String ClientKey, String& ErrorInfo)
  --- 内部异常堆栈跟踪的结尾 --- 
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: 服务器无法处理请求。 ---> System.Collections.Generic.KeyNotFoundException: 给定关键字不在字典中。
  在 System.ThrowHelper.ThrowKeyNotFoundException()
  在 System.Collections.Generic.Dictionary`2.get_Item(TKey key)
  在 Passport.WEB.WebService.InsideLoginWebService.UserLogin3(String LoginName, String Password, String UserIP, String ClientKey, String& ErrorInfo)
  --- 内部异常堆栈跟踪的结尾 ---源错误: 执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。  堆栈跟踪: 
[SoapException: System.Web.Services.Protocols.SoapException: 服务器无法处理请求。 ---> System.Collections.Generic.KeyNotFoundException: 给定关键字不在字典中。
   在 System.ThrowHelper.ThrowKeyNotFoundException()
   在 System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   在 Passport.WEB.WebService.InsideLoginWebService.UserLogin3(String LoginName, String Password, String UserIP, String ClientKey, String& ErrorInfo)
   --- 内部异常堆栈跟踪的结尾 ---]
   System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +551452
   System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +204
   CSDN.Community.Services.CSDNPassportLogin.InsideLoginWebService.UserLogin3(String LoginName, String Password, String UserIP, String ClientKey, String& ErrorInfo) +95
   CSDN.Community.Services.CSDNUserLogin.CheckUserPassword(String userName, String password, String& error) +53
   CSDN.Community.PointForum.WebControls.NGATopicCheckOutPage.bt_Submit_Click(Object sender, EventArgs e) +73
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746 
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.1433; ASP.NET 版本:2.0.50727.1433