Authorize.Net timeouts

Discussion in 'Classic ASP' started by BruceHParker, Dec 15, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. My site processes credit cards thru Authorize.net. This had been working fine for the past year, but suddenly about 25% of the transactions "timeout". (There was a problem a year ago, but it cleared up on its own). (I was able to submit about 10 txns myself w/o a problem.) The page that AUthorize.net "responds to" begins with

    <%response.Buffer=false%>
    <%response.write ("===================================================") ' Force output so won't timeout %>

    Does anyone have any suggestions to fix the timeout problem?

    Thanks!
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    i think the problem is probably related to AuthNet not returning result in a timely fashion.

    I would try extend the HTTP timeout value to a higher value and see if it solves the problem.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page