I have a server-side asp page that needs to send an HTTP stream (an XML doc) to another page (preferrably through the request object, like a form post, but actually any way that will work), but this page also needs to check if the other page did its thing and continue processing accordingly.
To rephrase: page A posts to page B. Page B needs to post to Page C, check if Page C's processing was good (don't know how yet) and then continue processing accordingly.
Any ideas of how to do this?
Thanks!
Glenn
To rephrase: page A posts to page B. Page B needs to post to Page C, check if Page C's processing was good (don't know how yet) and then continue processing accordingly.
Any ideas of how to do this?
Thanks!
Glenn