I'm using SagePay server integration for my project. I'm able to send my request. But my problem is response url.
I'm using azure portal (Azure App Services). After I publish my project I can go to sagepay also.
This is my web config
<sagePay>
<add key="NotificationHostName" value="tdm.azurewebsites.net" />
<add key="NotificationController" value="PaymentResponse" />
<add key="NotificationAction" value="Notify" />
<add key="SuccessAction" value="Success" />
<add key="FailedAction" value="Failed" />
<add key="VatMultiplier" value="1" />
<add key="VendorName" value="VVVVVVV" />
<add key="Mode" value="Test" />
</sagePay>
I think these parts are OK. I just added payment response controller and relevant views.
So after I provide test card, then it looks like this. all necessary things here.
So in final step I'm getting following error.
Server error 5006: Unable to redirect to Vendor's web site. The Vendor failed to provide a RedirectionURL. HTTP error 500: The request was unsuccessful due to an unexpected condition encountered by the server.