After processing the transaction, our relay page in ASP classic appears and works fine. Under a certain condition, I want the relay page to redirect (response.redirect) to a different ASP page. Somehow the relay times out at this point and crashes. The page of the second redirect works fine if loaded manually, just not coming from the transaction. I tested the ASP code just with a response.write command, and the special condition is working. My only conclusion is that it's crashing because of the response.write. Any ideas?
03-18-2016 08:45 AM
Never mind, I put the conditional before the relay url is set.
03-18-2016 10:02 AM