Web服务错误:<customerrors mode =“Off”> </customerrors>

时间:2015-03-16 09:50:07

标签: c# web-services .net-4.0

我使用网络方法提供网络服务&#34;登录&#34;。我在我的客户端和服务器上测试它。在我的客户端和我的服务器上#34;登录&#34;没有任何错误并且可以正常运行。

我的服务器有两个网卡,我无法访问本地网络中的第二个IP。我测试&#34;登录&#34;在我的客户端由第一个IP和在服务器的第二个IP,它是真的。

使用&#34;登录&#34;时,访问第二个IP的另一个网络中的客户端出错。

他们有以下错误:

This error page might contain sensitive information because ASP.NET is
configured to show verbose error messages using <customErrors
mode="Off"/>. Consider using <customErrors mode="On"/> or
<customErrors mode="RemoteOnly"/> in production environments.-->
--.    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean
asyncCall)    at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)    at
NationalBillingService.Login(UserInfo User)    --- End of inner
exception stack trace ---    at
System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[]
arguments, SignatureStruct& sig, MethodAttributes methodAttributes,
RuntimeTypeHandle typeOwner)    at
System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags
invokeAttr, Binder binder, Object[] parameters, CultureInfo culture,
Boolean skipVisibilityChecks)    at
System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags
invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)  
at Storm.UI.Forms.FormMainOps.clo@651.Invoke(Object[] methodParams@41)
at
<StartupCode$Storm>.$Type.bgworker.run@51@57_2.Invoke(DoWorkEventArgs
dArgs)    at
<StartupCode$Storm>.$Type.bgworker.run@51@57_1.Invoke(Object sender,
DoWorkEventArgs e)    at
System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object
argument)

我将此设置设置为我的web.config。它没有解决问题。

<system.web>
  <customErrors mode="Off"/>
</system.web>

我该怎么做才能解决客户端错误?

0 个答案:

没有答案