【发布时间】:2009-10-01 07:39:57
【问题描述】:
突然间,我们的 web 应用程序开始出现此错误。 这很奇怪,因为它已经工作了好几个月,但没有人接触过代码。
有人知道为什么会突然出现这个错误吗?
“/”应用程序中的服务器错误。
System.Web.Services.Protocols.SoapException:服务器无法处理请求。 ---> System.Runtime.InteropServices.COMException (0x8007203A): 服务器无法运行。
在 System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) 在 System.DirectoryServices.DirectoryEntry.Bind() 在 System.DirectoryServices.DirectoryEntry.get_AdsObject() 在 System.DirectoryServices.DirectorySearcher.FindAll(布尔 findMoreThanOne) 在 System.DirectoryServices.DirectorySearcher.FindOne() 在 D:\IIS\WWW_reports_WebServices\App_Code\AuthTools.vb:line 35 中的 AuthTools.GetUserMemberShip(String login) 处
【问题讨论】:
标签: asp.net web-services soap