【发布时间】:2023-03-16 03:15:01
【问题描述】:
由于某种原因,当我尝试向具有 ScriptService 属性集的 Ajax.net Web 服务发出请求时,在协议类的深处发生了一个我无法控制的异常。有人见过这个吗?
这是确切的消息: System.IndexOutOfRangeException:索引超出了数组的范围。 在 System.Web.Services.Protocols.HttpServerType..ctor(类型类型) 在 System.Web.Services.Protocols.HttpServerProtocol.Initialize() 在 System.Web.Services.Protocols.ServerProtocol.SetContext(类型类型,HttpContext ontext,HttpRequest 请求,HttpResponse 响应) 在 System.Web.Services.Protocols.ServerProtocolFactory.Create(类型类型、HttpContext 上下文、HttpRequest 请求、HttpResponse 响应、Boolean& abortProcessing)
谢谢 特雷夫
【问题讨论】: