gpt4 book ai didi

asp.net-mvc - 底层连接已关闭 : The connection was closed unexpectedly

转载 作者:行者123 更新时间:2023-12-04 06:41:03 25 4
gpt4 key购买 nike

我有我的 wcf 服务,它运行良好。
然后从我的 asp.net 应用程序我试图连接到这个服务。一切正常,服务中收到来自 asp.net 的请求(因为我可以调试代码),然后当它返回到客户端时,出现以下错误:

The underlying connection was closed: The connection was closed unexpectedly

我的 WCF 服务契约(Contract)如下:
[OperationContract()]
WCFResponseGetAllProducts GetAllProducts(WCFRequestGetAllProducts request);

而 WCFResponseGetAllProducts 、 WCFRequestGetAllProducts 类具有 [DataContract] 属性。这些类的成员具有 [DataMember] 属性。

但是,当我在契约(Contract)中添加另一种方法时:
[OperationContract()]
int Test();

然后我可以毫无问题地从 asp.net mvc 应用程序执行它。有人可以帮帮我吗?
附注。我目前在 Visual Studio 2010 的默认 Web 服务器中托管我的 wcf 服务

最佳答案

我看到您已经解决了您的问题,但我仍然可以提供建议以查看使用 Service Trace Viewer找出在这些情况下出了什么问题。

关于asp.net-mvc - 底层连接已关闭 : The connection was closed unexpectedly,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4229989/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com