Community discussion forum

How do you close an aspx page?

  • 2 months ago

    I have third party API that I'm using, and part of their process requires a cancel URL and a success URL that they call depending on the outcome of the process. I want these to actually call my service which is accessible via ASHX - so I'm sending this process the address of my ASHX page. This works fine, the service gets called... but then the "page" stays open in IE. Needless to say, there's nothing on there, and some response XML shows up after the service call has been completed.

    Does anyone know of a way that I can send something to the httpcontext response (or something else - I'm open to suggestions!) to close the .ashx page? There should be no user interaction required, since they didn't open the window in the first place. Thanks for any help you can provide!!

    Post was edited on 25/09/2009 18:09:56 Report abuse

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Want to stay in touch with what's going on? Follow us on twitter!