Asp.net/C# 的 PayPal 沙盒代码集成 IPN 问题

发布于 2024-11-19 04:05:53 字数 747 浏览 2 评论 0原文

我需要您关于 PayPal 代码与 PayPal Sandbox 上的 asp.net/c# 集成的帮助,我正在使用 PayPal IPN,代码与 PayPal 提供的代码相同。我正在本地主机上工作。 PayPal 付款顺利,我的 PayPal Sandbox 帐户已收到金额,但当 PayPal 将其重定向到我的网站页面时,它显示以下异常:

“无法连接到远程服务器System.Net.Sockets.SocketException (0x80004005) :连接尝试失败,因为连接方在一段时间后没有正确响应,或者由于连接的主机未能响应 192.168.10.9:8080 而建立的连接失败System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) 在 System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& 套接字, IPAddress& 地址, ConnectSocketState 状态, IAsyncResult asyncResult, Int32 超时,异常&异常) System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) 在 System.Net.HttpWebRequest.GetRequestStream() ”。

我将非常感谢您的帮助!

I need your help regarding PayPal code integration with my asp.net/c# on PayPal Sandbox, I am using PayPal IPN and the code is same as provided by PayPal. I am working on local host. Payment has gone fine on PayPal and I have received the amount on my PayPal Sandbox account but when PayPal redirects it to my website page it shows me the following exception:

"Unable to connect to the remote serverSystem.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.10.9:8080 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() ".

I will really appreciate your help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文