I can think of a few solutions. Instead of the link going directly to the CF app, you could link it to an ASP page that posts the information to the CF app.
Or you could link it to an ASP page that sends a wddx packet to the CF app, since ASP has a wddx COM object at openwddx.org Another way would be to just create an ASP page that shows the user info only, as xml or wddx, or any other way you want to do it, and have the CF app load the data directly from it. ______________________ steve oliver cresco technologies, inc. http://www.crescotech.com -----Original Message----- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 26, 2002 1:56 PM To: CF-Talk Subject: Re: Getting ASP Info into CF Bruce, Someone might correct me, but I think WDDX could be a solution for this. It's something I too need to do for a client - get their data from ASP into my CF site.. Will ----- Original Message ----- From: "Bruce Sorge" <[EMAIL PROTECTED]> Newsgroups: gradwell.lists.cftalk Sent: Saturday, January 26, 2002 6:52 PM Subject: Getting ASP Info into CF > Question, > I have been tasked to get login information from an ASP page into a CF > application, and I am not sure how to go about this. I know that I can > get CF, by way of a com object, to talk to an ASP session, but this is > not a viable solution. Here is the scenario: > > User logs into a site hosting an ASP login page, and they go about doing > whatever it is they want to do. At some point, they will click on a link > that brings in a CF application within an iframe. What I want is to be > able to capture that information into the CF application, check it > against the database that I have, and if they pass then they go on in. > Otherwise, they are required to re-authenticate. Also, at some point, > they may have to pass some CF information into an ASP application. > The problem is that these two applications are being hosted at two > separate companies, so the ASP app server and the CF app server are in > two separate locations. Is this doable? > > Thanks, > > _________________________________________ > Bruce Sorge > > > ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

