cancel
Showing results for 
Search instead for 
Did you mean: 

Relay page in ASP classic, redirect?

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?

tapseries
Contributor
1 REPLY 1

Never mind, I put the conditional before the relay url is set.

tapseries
Contributor