cold fusion and asp

2001-07-03 Thread Chris Alvarado
so, i have this application that is built partly in Cold Fusion and partly in ASP. Since there is session based security it is necessary to create a session on both the ASP side and the Cold Fusion side. Has anyone found a good way of sharing data back and forth between Cold Fusion sessions a

Re: Cold Fusion and ASP

2000-11-30 Thread Gregory Harris
Web Developer Stirling Bridge Group LLC - Original Message - From: "Clint Tredway" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, November 30, 2000 6:38 AM Subject: RE: Cold Fusion and ASP > There is no problem. ASP and

RE: Cold Fusion and ASP

2000-11-30 Thread Clint Tredway
There is no problem. ASP and CF do not interfere with each other. -Original Message- From: netman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 29, 2000 6:18 PM To: CF-Talk Subject: Cold Fusion and ASP Good Evening, Does anyone know if there is a problem with using ASP to

RE: Cold Fusion and ASP

2000-11-29 Thread Rick Lamb
into problems using odbc datasource set up this way with cold fusion so only use this method if it's just for your asp connections. Rick -Original Message- From: netman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 29, 2000 9:22 PM To: CF-Talk Subject: Re: Cold Fusion and AS

Re: Cold Fusion and ASP

2000-11-29 Thread netman
lk" <[EMAIL PROTECTED]> Sent: Wednesday, November 29, 2000 10:11 PM Subject: RE: Cold Fusion and ASP > Check to make sure that "Maintain database connection" box is unchecked for > that datasource. It puts a lock on the database while CF is running if you > do. > > T

RE: Cold Fusion and ASP

2000-11-29 Thread James McCullough
t have the db locked. -Original Message- From: netman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 29, 2000 4:18 PM To: CF-Talk Subject: Cold Fusion and ASP Good Evening, Does anyone know if there is a problem with using ASP to connect to an access database when Cold Fusion is installed

Cold Fusion and ASP

2000-11-29 Thread netman
Good Evening, Does anyone know if there is a problem with using ASP to connect to an access database when Cold Fusion is installed on the box. Thanks, Robert ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusi

Re: Cold Fusion And ASP

2000-10-06 Thread Billy Cravens
You can execute an ASP page and then display it on a CF page using CFHTTP. #cfhttp.filecontent# If the ASP page is expecting form variables: #cfhttp.filecontent# Keep in mind that this is a separate http call, which will pause processing until that http grab is complete. Additionally,

RE: Cold Fusion And ASP

2000-10-06 Thread Warrick, Mark
://www.fusioneers.com ICQ: 346566 -- > -Original Message- > From: Double Down [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 06, 2000 1:17 PM > To: CF-Talk > Subject: Cold Fusion And ASP > > > I need a w

Cold Fusion And ASP

2000-10-06 Thread Double Down
I need a way to pull info from ASP display it on my Cold Fusion page and then send info back from the Cold Fusion page through ASP. Is this possible and if so can anyone tell me where to go to see some examples. TIA DDINC ---