Trying to set up payment gateway with paypal. Get the following message when trying to register and set up account. Also, I cannot delete a gateway and start over - the delete button doesn't work.
Server Error in '/' Application.
Redirect URI cannot contain newline characters.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Redirect URI cannot contain newline characters.
Source Error:
Line 103:If (q_lnk) <> "" Then
Line 104:
Line 105: response.Redirect(q_lnk)
Line 106:Else
Line 107: frm_vars = TLsplit(dbn(mk_pay.Fields.Item("frm_vars").Value), ",")
Source File: C:\Inetpub\vhosts\petzmail.com\httpdocs\myl\mk_pay.aspx Line: 105
Stack Trace:
[ArgumentException: Redirect URI cannot contain newline characters.]
System.Web.HttpResponse.Redirect(String url, Boolean endResponse) +539
System.Web.HttpResponse.Redirect(String url) +7
ASP.mk_pay_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in C:\Inetpub\vhosts\petzmail.com\httpdocs\myl\mk_pay.aspx:105
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Page.ProcessRequestMain() +1926