Passing XML data and user from coldfusion page to .NET page
- by Mark Rullo
I'd appreciate some input on this situation, I can't figure out the best way to do this.
I have some data that's being prepared for me in a ColdFusion app and in an IFrame within the CF app we want to display some graphs (not strictly an image, it's an entire page) being generated on the .NET side of things. I'd like to pass XML data from the CF…