未重定向到用户页面

发布于 2024-12-21 04:01:31 字数 377 浏览 0 评论 0原文

我正在使用 server_asp.net-kit 的模拟器帐户。当我运行应用程序时,我到达准备发送通知 POST 页面。

但从这里我不知道如何重定向。我已经尝试过:

RedirectURL=" & strYourSiteFQDN & strVirtualDir & "/PaymentConfimationPage.aspx?reasonCode=002" & vbCrLf 

notificationPage.aspx 页面中。

我需要使用这个页面吗?如何重定向?我的代码是VB中的,C#代码是否可用?

谢谢

I am using simulator account with server_asp.net-kit. When I am running the application I reach the Ready to Send the Notfication POST page.

But from here I don't know how to redirect. I have tried:

RedirectURL=" & strYourSiteFQDN & strVirtualDir & "/PaymentConfimationPage.aspx?reasonCode=002" & vbCrLf 

in notificationPage.aspx page.

Do I need to use this page? How to redirect? Code I have is in VB whether C# code available?

Thank you

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜夜流光相皎洁 2024-12-28 04:01:31

根据一些 SagePay 论坛,URL 应该是:

NotificationURL="https://" & strYourSiteFQDN & "/" & strVirtualDir.Trim() & "/PaymentConfimationPage.aspx?reasonCode=002"

According to some of the SagePay forums, the URL should be:

NotificationURL="https://" & strYourSiteFQDN & "/" & strVirtualDir.Trim() & "/PaymentConfimationPage.aspx?reasonCode=002"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文