I have some code that I need to just exit quickly to WC and complete request regardless of the program stack but the page does not get my response:
Response.Clear() Response.Write("We're done here!") Response.End() RETURN TO RouteRequest
WC returns to the read event, but the webpage does not get the response.
What am I doing wrong?
Thanks,
Joy