Re: CF and ASP

2003-11-24 Thread Bushy
Yea...I found a few on MM exchange. They just need a little modifying --Original Message Text--- From: Larry C. Lyons Date: Mon, 24 Nov 2003 21:04:30 -0500 Bushy wrote: > Can I have some ASP code in my test.cfm file? Its a breadcrumb writting > in ASP. > Why bother? There are several very good

Re: CF and ASP

2003-11-24 Thread Larry C. Lyons
Bushy wrote: > Can I have some ASP code in my test.cfm file? Its a breadcrumb writting > in ASP. > Why bother? There are several very good bread crumb functions and custom   tags on MM exchange and cflib.org. larry [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [Us

RE: CF and ASP

2003-11-24 Thread d.a.collie
nice thinking see no reason why it shouldn't work as it is two separate page calls.. I like it Steven :-) -Original Message- From: Schuster, Steven [mailto:[EMAIL PROTECTED] Sent: 24 November 2003 19:41 To: CF-Talk Subject: RE: CF and ASP What if you used an IFRAME. That may

RE: CF and ASP

2003-11-24 Thread Schuster, Steven
What if you used an IFRAME. That may work. Dunno though as I have never tried it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 2:39 PM To: CF-Talk Subject: RE: CF and ASP Doubt it the .cfm file will tell the webserver to use

RE: CF and ASP

2003-11-24 Thread d.a.collie
- From: Bushy [mailto:[EMAIL PROTECTED] Sent: 24 November 2003 17:38 To: CF-Talk Subject: RE: CF and ASP Can I have some ASP code in my test.cfm file? Its a breadcrumb writting in ASP. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CF and ASP

2003-11-24 Thread Bushy
Can I have some ASP code in my test.cfm file? Its a breadcrumb writting in ASP. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CF and ASP

2002-01-16 Thread Tangorre, Michael T.
Thanks Jeff.. I appreciate the willingneed to help. -Original Message- From: Garza, Jeff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 1:11 PM To: CF-Talk Subject: RE: CF and ASP You can try the 15Seconds list, but beware... Make sure you've read through the VBS

RE: CF and ASP

2002-01-16 Thread Garza, Jeff
You can try the 15Seconds list, but beware... Make sure you've read through the VBScript documentation and searched on MSDN/Technet to answer your problems. Most of the time they will reference a KB article and that's it. They're not as friendly as we are here. You can also ping me off-list. I'

Re: CF and ASP

2002-01-16 Thread Billy Cravens
Do they offer an email list? Imagine if CF-Talk was web-based only - Original Message - From: "Brian Ferrigno" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 10:01 AM Subject: RE: CF and ASP >

RE: CF and ASP

2002-01-16 Thread Brian Ferrigno
Michael, Try this one http://www.aspmessageboard.com/forum/asp.asp Brian Ferrigno -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 10:04 PM To: CF-Talk Subject: CF and ASP Hello All, I have a question a bit off topic. Does a

Re: CF and ASP

2002-01-16 Thread Billy Cravens
The mailing lists at 15Seconds are pretty good. - Original Message - From: "Tangorre, Michael T." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2002 9:04 PM Subject: CF and ASP > Hello All, > > I have a question a bit off topic. > Does anyone know of a

Re: CF and ASP

2002-01-15 Thread Howie Hamlin
This may be a good place to start: http://www.aspmessageboard.com/forum/asp.asp HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server >>> Find out how iMS Stacks up to the c

RE: CF and ASP permissions problem

2000-07-17 Thread Olive, Christopher M Mr USACHPPM
you may want to look at what context the CF service on the dev machine is running. if it's system, the IUSR account may be mangled, or it may not have appropriate permissions to log onto the exchange server. Chris Olive, DOEHRS Website Administrator -Original Message- From: van Der Wal

RE: CF and ASP

2000-07-17 Thread Olive, Christopher M Mr USACHPPM
the short answer to this is no. more descriptively, you are not able to do this because CF and ASP are both interpreted by different DLLs. once the template is handed to one or the other, the DLL in question will barf on the code that it doesn't understand. conversely, you CAN pass control from