<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> |
<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> |
01-29-2016 02:55 AM - edited 01-29-2016 03:10 AM
Hello @saritha
It's been a while since this was first posted. I would recommend subscribing to this topic so that you'll be alerted via email if anyone from the community is able to respond with any comments. To subscribe, click Topic Options at the top of this thread and then select Subscribe. You'll then receive an email once anyone replies.
Thanks,
Richard
01-31-2016 09:37 AM
Hi saritha,
Please send an email to developer@authorize.net with your API login ID or Payment Gateway ID so we can directly look at your implementation.
Thank you,
Joy
02-04-2016 03:34 PM