I have an ASPX page in my Application. ASPX pages from other applications in different domain can call this page. But how do I return a value to the calling ASPX page in a different application?
How an ASPX page can return a value to calling page in a different app?