Re: CF vs. ASP

2002-08-26 Thread Jon Hall
No reason to buy an older ASP book if that's what you mean. The languages are basically the same, except for VBScript finally being typed, and getting decent error handling. ASP has always been more about integrating COM objects than anything. A tag in cf = com object in asp... The CLR

RE: CF vs. ASP

2002-08-26 Thread Mike Townend
And wait until you get a project that utilises a lot of COM objects... ASP and ASP.NET handles COM a lot easier that CF 5 and especially MX. You need to use the tool that fits the job. -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 21

RE: Way Off Topic - Need help sending email with ASP

2002-08-26 Thread James Johnson
Interesting. In VB I use Set VarName = whatever. The Set was what was breaking it. Thanks for your quick help. It's working now. James __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

RE: CF vs. ASP

2002-08-26 Thread Ben Forta
of goods, not to mention the time you'll save them too. --- Ben -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 5:15 PM To: CF-Talk Subject: RE: CF vs. ASP Yeah but unless you're hosting it for them, they will have to pay an additional

RE: CF vs. ASP

2002-08-26 Thread Dave Watts
Oh please! You're comparing apples to oranges. Just because all of the cfmail code is hidden from you; it doesn't mean it isn't there. While I don't buy Tony's comparison in full (there are certainly cleaner ways to write the ASP code), I think you're missing the point. Sure, all the same

RE: CF vs. ASP

2002-08-26 Thread Benjamin S. Rogers
# #Form.LastName# #Form.Addr1# #Form.Addr2# #Form.City# #Form.State# #Form.ZIP# #Form.Email# #Form.Phone# #Form.Comments# #Form.NoMkt# /cfmail It's still less lines and I like the way ColdFusion does it better, but that would be a more accurate comparison. Of course, the ASP method can be advantageous

Re: CF vs. ASP

2002-08-26 Thread Bryan Stevenson
- Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: Jon Hall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 26, 2002 2:22 PM Subject: Re: CF vs. ASP No reason to buy

RE: CF vs. ASP

2002-08-26 Thread Matt Liotta
I'll sell you an object you can call from ASP in one line just like cfmail for $200. Attempting to show that CF is a more rabid development platform than ASP should be done using one on one examples, not packaging differences. Matt Liotta President CEO Montara Software, Inc. http

RE: CF vs. ASP

2002-08-26 Thread Tony Weeg
thank you bryan! let matt be matt, i kinda was waiting for his response, i knew it would be very matt ;-) anyhow, the truth of the matter is thisif i can develop rich cf applications for companies in half the time, that it might take an asp coder to do it, with half the code, i

RE: CF vs. ASP

2002-08-26 Thread Matt Liotta
[mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 2:30 PM To: CF-Talk Subject: RE: CF vs. ASP And wait until you get a project that utilises a lot of COM objects... ASP and ASP.NET handles COM a lot easier that CF 5 and especially MX. You need to use the tool that fits the job

RE: CF vs. ASP

2002-08-26 Thread Matt Liotta
:40 PM To: CF-Talk Subject: RE: CF vs. ASP And the first time they want to do full text searching, or basic graphing, or simple things like handling file uploads or using POP (or LDAP or server side HTTP) you'll need to be add-on modules and components that will cost you more than the $500

Re: CF vs. ASP

2002-08-26 Thread Bryan Stevenson
Message - From: Matt Liotta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 26, 2002 3:13 PM Subject: RE: CF vs. ASP I'll sell you an object you can call from ASP in one line just like cfmail for $200. Attempting to show that CF is a more rabid development platform than ASP

RE: CF vs. ASP

2002-08-26 Thread Matt Liotta
: CF vs. ASP Oh please! You're comparing apples to oranges. Just because all of the cfmail code is hidden from you; it doesn't mean it isn't there. While I don't buy Tony's comparison in full (there are certainly cleaner ways to write the ASP code), I think you're missing the point. Sure

RE: CF vs. ASP

2002-08-26 Thread Matt Liotta
anyhow, the truth of the matter is thisif i can develop rich cf applications for companies in half the time, that it might take an asp coder to do it, with half the code, i will, and until something better comes along, thats what im doing... I am not disagreeing that CF is faster

RE: CF vs. ASP

2002-08-26 Thread Bruce Sorge
our Intranet in 98% CF, and our Portal is 99% ASP (currently being converted to ASP.net). The problem that I see is that all of the upper management is totally sold on .net and we have to keep justifying why we need CF. What I see is that I may become somewhat of an anachronism if I do not do

RE: CF vs. ASP

2002-08-26 Thread Tony Weeg
]] Sent: Monday, August 26, 2002 7:20 PM To: CF-Talk Subject: RE: CF vs. ASP anyhow, the truth of the matter is thisif i can develop rich cf applications for companies in half the time, that it might take an asp coder to do it, with half the code, i will, and until something better comes along

RE: CF vs. ASP

2002-08-26 Thread Matt Liotta
Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 4:47 PM To: CF-Talk Subject: RE: CF vs. ASP speak for yourself matt, since you dont have confidence in your work being the biggest baddest web apps in the world, it doesnt surprise me that you dont find cf

RE: CF vs. ASP

2002-08-26 Thread Fitch, Tyler
M. Fitch Certified Advanced ColdFusion 5 Developer http://isitedesign.com ** -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 4:47 PM To: CF-Talk Subject: RE: CF vs. ASP speak

RE: CF vs. ASP

2002-08-26 Thread Tony Weeg
cake! with, can you guess ladies and gentsCF peace. tw -Original Message- From: Fitch, Tyler [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 8:03 PM To: CF-Talk Subject: RE: CF vs. ASP Tony, A little fired up? Biggest baddest apps in the world. Cnn.com, yahoo.com

Re: CF vs. ASP

2002-08-26 Thread Pablo Varando
You know to this day it still amazes me things people say! Kinda like the old Mac is better than Microsoft, or even better Microsoft is better than Mac. C'mon we all know Linux is better ;) ColdFusion and ASP are tool that you use to get things done. Each has it's pros and it's cons. If you

Re: CF vs. ASP

2002-08-26 Thread Jochem van Dieten
Matt Liotta wrote: I am not disagreeing that CF is faster to develop in. I am simply pointing out that it is not because one particular feature takes less lines to code in CF than another language. I suspect that just as much time is spent in another language learning an email library's API

Re: CF vs. ASP

2002-08-26 Thread Alex
What's more important here is where will you, the CF developer, be if macromedia goes out of business. I remember speaking to a business basic guru that took business basic to the limits; even writing bad ass web apps. __ Your

RE: CF vs. ASP

2002-08-26 Thread Matt Liotta
but, to put it blatantly honest, its all about perspective... in my mind, if im not building the biggest baddest web apps in the world, then im building nothing...and who is the judge of that? me. and really, only me. thanks. So if I hire you to create hello world in CF, will it be the

RE: CF vs. ASP

2002-08-26 Thread Tony Weeg
-Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 8:28 PM To: CF-Talk Subject: RE: CF vs. ASP but, to put it blatantly honest, its all about perspective... in my mind, if im not building the biggest baddest web apps in the world, then im building

Re: CF vs. ASP

2002-08-26 Thread novakbanda
Dieten [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 26, 2002 5:18 PM Subject: Re: CF vs. ASP Matt Liotta wrote: I am not disagreeing that CF is faster to develop in. I am simply pointing out that it is not because one particular feature takes less lines to code

RE: CF vs. ASP

2002-08-26 Thread Paris Lundis
Yeah I agree alot with Pablo. ASP has run time advantages up until recently with better speed throughput on pure pages served at once... but it misses caching database stuff as well as other things we take for granted... Code complexity due to syntax is severely out of whack on ASP like most

Re: CF vs. ASP

2002-08-26 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: Perhaps this is a really loaded question... but what is it that you want it to do? I want to spool email with attachments and be able to delete the attachments right away. Since the mail in the spoolfolder simply stores a reference to the file and only attaches the

Re: CF vs. ASP

2002-08-26 Thread novakbanda
: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 26, 2002 5:48 PM Subject: Re: CF vs. ASP [EMAIL PROTECTED] wrote: Perhaps this is a really loaded question... but what is it that you want it to do? I want to spool email with attachments and be able

RE: CF vs. ASP

2002-08-26 Thread Matt Liotta
vs. ASP Perhaps this is a really loaded question... but what is it that you want it to do? I have experienced issues with CF not doing things they way I'd like/expect it to... but rarely do I come across a problem that can't be solved in *some* way. -Novak - Original Message

Re: CF vs. ASP

2002-08-26 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: How often are you sending your mail? In most cases with email, you want to send it right away... in which case, the attachment would be deleted after the mail was sent. Right, after it is sent. Not after it is spooled. What type of setup/application are you

Re: CF vs. ASP

2002-08-26 Thread Pablo Varando
about that for a bit Pablo Varando http://www.cfpablo.com http://www.easycfm.com - Original Message - From: Matt Liotta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 26, 2002 5:56 PM Subject: RE: CF vs. ASP Well that is just what I was getting at. It is nice

Re: CF vs. ASP

2002-08-26 Thread Pablo Varando
://www.cfpablo.com http://www.easycfm.com - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 26, 2002 6:02 PM Subject: Re: CF vs. ASP [EMAIL PROTECTED] wrote: How often are you sending your mail? In most cases with email, you

Re: CF vs. ASP

2002-08-26 Thread novakbanda
to the garage, and get the hammer. :-) -Novak - Original Message - From: Matt Liotta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 26, 2002 5:56 PM Subject: RE: CF vs. ASP Well that is just what I was getting at. It is nice that CF has all this wrapped up

Re: CF vs. ASP

2002-08-26 Thread novakbanda
26, 2002 6:09 PM Subject: Re: CF vs. ASP The emai spooling in most cases happens so fast, it's not really even understandable why you'd want to delete the attachemtn first anyways. In most cases you don't even realize the spooled email is there. How big are the files you are spooling? Maybe

RE: CF vs. ASP

2002-08-26 Thread Matt Liotta
Not necessarily. Truth is that by having it all built in on one place, you are simplying your life, not to mention that when you do run into trouble it's easier to get help and solutions. Again, it is only easier when the built-in solution works. I am not sure why you are having such a hard

RE: CF vs. ASP

2002-08-26 Thread Matt Liotta
Sure... but the same could be said about ANY programming language. But this isn't ANY-Talk. This is CF-Talk and we are discussing CF vs. ASP, which makes it relevant. I certainly don't believe ColdFusion is the ultimate solution for EVERY job, just like I don't use a pipe wrench when I

Re: CF vs. ASP

2002-08-26 Thread Jochem van Dieten
Pablo Varando wrote: The emai spooling in most cases happens so fast, it's not really even understandable why you'd want to delete the attachemtn first anyways. I don't. I've just been asked to build it. In most cases you don't even realize the spooled email is there. I see a problem in

Re: CF vs. ASP

2002-08-26 Thread Pablo Varando
[EMAIL PROTECTED] Sent: Monday, August 26, 2002 6:30 PM Subject: Re: CF vs. ASP Pablo Varando wrote: The emai spooling in most cases happens so fast, it's not really even understandable why you'd want to delete the attachemtn first anyways. I don't. I've just been asked to build

Re: CF vs. ASP

2002-08-26 Thread Pablo Varando
web development language. There are others that are good, but not good enough on my list. Truth is that if this was ASP-TALK then this converstaion would be exactly the opposite and since it's CF-TALK, of course we're going to defend the product we all believe (and know) is the best. Otherwise, we

RE: CF vs. ASP

2002-08-26 Thread Tony Weeg
gratzie pablo, eloquently stated !!! tw -Original Message- From: Pablo Varando [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 9:43 PM To: CF-Talk Subject: Re: CF vs. ASP I will agree that at times there are good tools you can implement to get the job done faster. A few

Re: CF vs. ASP

2002-08-26 Thread Pablo Varando
:] Pablo Varando http://www.cfpablo.com http://www.easycfm.com - Original Message - From: Tony Weeg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 26, 2002 6:52 PM Subject: RE: CF vs. ASP gratzie pablo, eloquently stated !!! tw -Original Message

RE: CF vs. ASP

2002-08-26 Thread Matt Liotta
feelings get involved then I wouldn't even be part of the thread since I think ASP sucks. -Matt __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives

Re: CF vs. ASP

2002-08-26 Thread Pablo Varando
] Sent: Monday, August 26, 2002 6:56 PM Subject: RE: CF vs. ASP The reason I said: I'm sitting here asking myself, why you hate ColdFusion so much is because every time some one replies to your answers/posts, you seem to find something wrong from that. I am just having a technical debate

RE: CF vs. ASP

2002-08-26 Thread Paris Lundis
in the present] [connecting people, places and things] -Original Message- From: Pablo Varando [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 9:08 PM To: CF-Talk Subject: Re: CF vs. ASP Not necessarily. Truth is that by having it all built in on one place, you are simplying your life

Re: CF vs. ASP

2002-08-26 Thread Jochem van Dieten
Pablo Varando wrote: Well what code are you using to loop through and send the emails? cfset thefile = d:\cdr\p.jpg cfmail from=#email# to=#email# subject=test cfmailparam file=#thefile# test /cfmail cffile action=delete file=#thefile# Error in the mail.log:

RE: CF vs. ASP

2002-08-26 Thread Matthew Walker
over ASP. -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 27 August 2002 1:57 p.m. To: CF-Talk Subject: RE: CF vs. ASP The reason I said: I'm sitting here asking myself, why you hate ColdFusion so much is because every time some one replies

RE: CF vs. ASP

2002-08-26 Thread Tony Weeg
i guess the cfx_sleep tag to pause that for a second or two wouldnt suffice here? tw -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 10:15 PM To: CF-Talk Subject: Re: CF vs. ASP Pablo Varando wrote: Well what code are you using

Re: CF vs. ASP

2002-08-26 Thread Pablo Varando
. ASP Pablo Varando wrote: Well what code are you using to loop through and send the emails? cfset thefile = d:\cdr\p.jpg cfmail from=#email# to=#email# subject=test cfmailparam file=#thefile# test /cfmail cffile action=delete file=#thefile# Error in the mail.log: Error,scheduler-4,08

RE: CF vs. ASP

2002-08-26 Thread Matt Liotta
://www.montarasoftware.com/ V: 415-577-8070 F: 415-341-8906 P: [EMAIL PROTECTED] -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 7:15 PM To: CF-Talk Subject: Re: CF vs. ASP Pablo Varando wrote: Well what code are you using to loop through

Re: CF vs. ASP

2002-08-26 Thread Dick Applebaum
Interesting question... I was just making the same argument (on another list) for CF vs WiTango (replacement for Pervasive's Tango). Tango was/is (approximately) DWMX, CFMX/JRun and a pretty good RDBMS all rolled into one --- with the ability to develop web and desktop applications on/for

Re: CF vs. ASP

2002-08-26 Thread Dick Applebaum
in which the columns were defined in the db (I know, I know -- it's an interactive query utility). Point is : CF = high productivity 80-90% of the time ASP-Like cfobject = more granular control 10-20% 0f the time Seems to be a pretty good mix. FOR CFMX, SSpose I need to learn

Re: CF vs. ASP

2002-08-26 Thread Dick Applebaum
Claro! On Monday, August 26, 2002, at 06:07 PM, Pablo Varando wrote: The truth is that THAT is the beauty of Coldfusion, an all in one solution that is really affordable and easy to use. __ Signup for the Fusion Authority

Re: CF vs. ASP

2002-08-26 Thread Dick Applebaum
Matt I think the problem is that the alternative being discussed is from MSoft and the natural reaction is to barf if something is being shoved down your throat -- common sense and merits adide! Dick On Monday, August 26, 2002, at 06:20 PM, Matt Liotta wrote: People on this list are

Re: CF vs. ASP

2002-08-26 Thread Rizal Firmansyah
At 09:14 AM 8/27/2002, you wrote: cfset thefile = d:\cdr\p.jpg cfmail from=#email# to=#email# subject=test cfmailparam file=#thefile# test /cfmail cffile action=delete file=#thefile# Error in the mail.log: Error,scheduler-4,08/27/02,04:03:47,,Sending failed; nested exception is:

Redirect from ASP to CF

2002-08-08 Thread Cami Lawson
I have an ASP application that passes information to a CF application using the following: response.redirect(http://www.somesite.com/d3/redirect.cfm?acctID=; Server.URLEncode(session(acct_id)) userid= Server.URLEncode(session(user_id)) user= Server.URLEncode(rs(id))) On dialup

Re: Redirect from ASP to CF

2002-08-08 Thread ksuh
Hmm. Do redirects from ASP to ASP pages work properly as well? The dialup dudes could be going through a proxy. Client side redirects sometimes fail because of this. - Original Message - From: Cami Lawson [EMAIL PROTECTED] Date: Thursday, August 8, 2002 2:54 pm Subject: Redirect from

RE: Redirect from ASP to CF

2002-08-08 Thread Cami Lawson
We have verified that more than half of the clients are not going through a proxy server. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 4:26 PM To: CF-Talk Subject: Re: Redirect from ASP to CF Hmm. Do redirects from ASP to ASP

Re: RE: Redirect from ASP to CF

2002-08-08 Thread ksuh
So do ASP to ASP page redirects work properly? - Original Message - From: Cami Lawson [EMAIL PROTECTED] Date: Thursday, August 8, 2002 3:27 pm Subject: RE: Redirect from ASP to CF We have verified that more than half of the clients are not going through a proxy server

RE: RE: Redirect from ASP to CF

2002-08-08 Thread Cami Lawson
it on the box it came from. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 4:36 PM To: CF-Talk Subject: Re: RE: Redirect from ASP to CF So do ASP to ASP page redirects work properly? - Original Message - From: Cami Lawson [EMAIL

RE: RE: Redirect from ASP to CF

2002-08-08 Thread Costas Piliotis
-Talk Subject: RE: RE: Redirect from ASP to CF We use a redirect as part of the website to send it to a virtual directory and we don't have to pass anything at that point. So I guess the answer is I don't have any idea. We do use response.redirect with information but cookies are set

RE: Redirect from ASP to CF

2002-08-08 Thread Shawn Regan
Also instead of response.redirect, try: server.redirect Shawn Regan -Original Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 2:41 PM To: CF-Talk Subject: RE: Redirect from ASP to CF Have you tried setting the URL to a variable and outputting

RE: Redirect from ASP to CF

2002-08-08 Thread Kwang Suh
I don't think there's a server.redirect. There is a server.transfer and server.execute however. -Original Message- From: Shawn Regan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 5:16 PM To: CF-Talk Subject: RE: Redirect from ASP to CF Also instead

RE: Using session vars created by .asp shop .. possible?

2002-07-17 Thread Michael Kear
app, then they can have access to my app. So I just checked the page they're coming from and if it's the correct article, I let them in, if it's not the correct article, I send them to the article head page to start there, and let the .asp shop take care of the access control. However

RE: Using session vars created by .asp shop .. possible?

2002-07-17 Thread Matt Liotta
: Michael Kear [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 6:48 PM To: CF-Talk Subject: RE: Using session vars created by .asp shop .. possible? Isaac's answer kind of helps, but kind of doesn't.The problem I'm trying to get around is the very users he's referring to ... the ones

RE: Using session vars created by .asp shop .. possible?

2002-07-17 Thread Michael Kear
Ok, I have access to the database - the coldfusion is on the same system and domain as the .asp shop and the rest of the site. So I can look up the database and see if the user has access or has membership or has paid his fees, just as the article prior to it does. The question is, how do I

RE: Using session vars created by .asp shop .. possible?

2002-07-17 Thread Mark A. Kruger - CFG
So how does ASP track sessions - if not with cookies or url variables? As far as I can see your choices are URL variables, cookie variables, or form posting into thec cf application. -Original Message- From: Michael Kear [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 9:24 PM

RE: Using session vars created by .asp shop .. possible?

2002-07-17 Thread S . Isaac Dealey
Has anyone actually done it - pick up session vars created by an .asp application?I get the impression that the answers I'm reading are not based on experience but on theory. You're probably mostly right... I know that I haven't had to do this in the past and I don't expect to any time

RE: Using session vars created by .asp shop .. possible?

2002-07-17 Thread Michael Kear
of the client have their personal firewalls set to stun so they can't get access to parts of their own site! Tell a board member that he doesn't count why don'tcha! g I'm going to have a more in-depth look at how the .asp actually tracks and validates the users. Maybe the approach might

RE: Using session vars created by .asp shop .. possible?

2002-07-17 Thread Matt Liotta
PM To: CF-Talk Subject: RE: Using session vars created by .asp shop .. possible? Has anyone actually done it - pick up session vars created by an .asp application?I get the impression that the answers I'm reading are not based on experience but on theory. You're probably mostly

Using session vars created by .asp shop .. possible?

2002-07-16 Thread Michael Kear
One of my clients has a shop built in .asp which amongst other things grants access to parts of the site based on their payments or subscription status. I want to grant or deny access to my coldfusion apps based on the same information. Has anyone ever picked up session vars created by .asp

RE: Using session vars created by .asp shop .. possible?

2002-07-16 Thread Joe Eugene
From the same domain you can... you can read an asp session cookie which in turn.. you can use in your application to validate or what not. i belive this is true Joe Certified Advanced ColdFusion Developer [EMAIL PROTECTED] -Original Message- From: Michael Kear [mailto:[EMAIL PROTECTED

Re: Using session vars created by .asp shop .. possible?

2002-07-16 Thread S . Isaac Dealey
Hi Mike, There's no way for ASP and CF to see or use each-other's persisten variables ( request, application, etc. ) natively... In order to make the transition, you'll have to add something to the login script for the ASP shop that will as an example, post login info to a CF page in a hidden

RE: cfhttp equivalent in ASP

2002-06-14 Thread Ramin Surya
But ASP developers wouldn't possibly know what cfhttp is :) Thanks to you guys who responded!! -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 9:00 PM To: CF-Talk Subject: Re: cfhttp equivalent in ASP You know, there are ASP forums out

Re: cfhttp equivalent in ASP

2002-06-14 Thread Aaron Rouse
MS has a component for this, believe it is called XMLHTTP Snipe - CF_BotMaster Network=EFNet Channel=ColdFusion - Original Message - From: Eric Dawson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 3:54 PM Subject: Re: cfhttp equivalent in ASP ASP Tear

cfhttp equivalent in ASP

2002-06-13 Thread Ramin Surya
Anybody ever done this before? Any information will be greatly appreciated. Thanks, __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community.

Re: cfhttp equivalent in ASP

2002-06-13 Thread Eric Dawson
ASP Tear? (google search. I think www.asptear.com works though. From: Ramin Surya [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: cfhttp equivalent in ASP Date: Thu, 13 Jun 2002 11:50:37 -0500 Anybody ever done this before? Any information will be greatly

Re: cfhttp equivalent in ASP

2002-06-13 Thread John Paul Ashenfelter
of ASP for the SSL get/post. Not elegant, but when you've got 4 ghosted identical physical config servers and the same component only runs on 3 of the 4, there's trouble :) Regards, John Paul Ashenfelter CTO/TransitionPoint [EMAIL PROTECTED] - Original Message - From: Eric Dawson [EMAIL

Re: cfhttp equivalent in ASP

2002-06-13 Thread Jon Hall
You know, there are ASP forums out there... ;-) Anyway, MSXML is not just for xml, and it's free and very reliable, and it let's you set http headers, and doesn't urlencode everything even *cough*. http://www.microsoft.com/xml A nasty VBScript example. %@ Language=VBScript % % Dim objSvrHTTP

looking for reasonable reliable CF / ASP hosting

2002-06-09 Thread Marty Landman
Hi, I'm finding myself in need of a good and reliable hosting co. that supports both CF and ASP/VB. Please feel free to send any suggestions, caveats etc... offlist to [EMAIL PROTECTED] Thanks in advance, Marty -- SIMPL WebSite Creation: http://face2interface.com/Home/Demo.shtml

WAY WAY OT ASP QUESTION

2002-06-06 Thread Joshua Tipton
Using the FSO I would like to get the last modified date of a file. Can anyone help me? Josh __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

Re: WAY WAY OT ASP QUESTION

2002-06-06 Thread Jochem van Dieten
Joshua Tipton wrote: Using the FSO I would like to get the last modified date of a file. Can anyone help me? Google can. http://www.google.com/search?q=FSO+last+modified+date+ASP Jochem __ Your ad could be here. Monies from

RE: WAY WAY OT ASP QUESTION

2002-06-06 Thread Bosky, Dave
!-- #flastmod FILE = YourFile.asp -- Thanks, Dave Bosky -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 11:02 AM To: CF-Talk Subject: WAY WAY OT ASP QUESTION Using the FSO I would like to get the last modified date of a file. Can

Encrypting ASP code

2002-06-05 Thread Bosky, Dave
Are there any tools that will encrypt asp code? I understand it's just an ounce of prevention and won't stop a determined person from looking at the code. Thanks, Dave __ Structure your ColdFusion code with Fusebox. Get

RE: Encrypting ASP code

2002-06-05 Thread Dave Watts
Are there any tools that will encrypt asp code? I understand it's just an ounce of prevention and won't stop a determined person from looking at the code. There's a tool from MS called Script Encoder. I haven't actually used it, so I don't know how well it works. Documentation for Script

Fw: cfml - asp

2002-05-31 Thread Simon Whittaker
- Original Message - From: Simon Whittaker [EMAIL PROTECTED] Sent: Friday, May 31, 2002 3:41 PM Subject: cfml - asp I am trying to get pass dynamic CFML data from a cfm page to a ASP page? Any ideas - custom tags etc

Re: cfml - asp

2002-05-31 Thread Joe Bastian
Cant you do a dynamic form post to the ASP page? Populate the form and after the /body/html do an inline JavaScript that would post the data to the Asp page. script language=Javascript document.formname.submit(); /script Joe - Original Message - From: Simon Whittaker [EMAIL PROTECTED

RE: cfml - asp

2002-05-31 Thread Philip Arnold - ASP
I am trying to get pass dynamic CFML data from a cfm page to a ASP page? Any ideas - custom tags etc? How do you intend to communicate between the 2? CFHTTP? Form submissions? If you only want to pass simple data, then use a form, it will allow you to pass data to anything - we currently

OT: CF - PHP - ASP Equivalents

2002-05-29 Thread Brad Roberts
Anyone know of a reference that has all of the CF tags/functions with a PHP, and/or ASP equivalent? I've been using CF for about 3 years now and would like to pick up a second skill. I think something like this might be a good starter. I'm tired of getting a project and finding out the client

Re: OT: CF - PHP - ASP Equivalents

2002-05-29 Thread cstredway
The best thing to do is go to the websites that have tutorials and code snippets. For php - www.phpbuilder.com For asp - www.asp101.com There are many, many more sites but these will get you started. HTH -- Clint Tredway -- Through Him, anything is possible

OT: ASP and GROUP BY problem

2002-05-27 Thread cf-talk
Hi list, I want to do a GROUP BY statement in an ASP-Page. In CF I can do something like: cfoutput query=foo1 group=foo2 When I try to do this in ASP included in the SQL-statement I get an aggregate function error. (unfortunately in german, so it doesn't make sense to post). Can s.o. post his

RE: ASP and GROUP BY problem

2002-05-27 Thread Philip Arnold - ASP
I want to do a GROUP BY statement in an ASP-Page. In CF I can do something like: cfoutput query=foo1 group=foo2 When I try to do this in ASP included in the SQL-statement I get an aggregate function error. (unfortunately in german, so it doesn't make sense to post). Can s.o. post his ASP

OT: RE: ASP and GROUP BY problem

2002-05-27 Thread C. Hatton Humphrey
ASP does not provide a Group By equivalent to what is available in CF. You'll need to either build a VBScript function to do this or build it each time, storing the last value of the Grouped attribute and executing a sequence of code when it changes. Then your query would ORDER BY your grouped

RE: equivalent in asp

2002-04-29 Thread Dave Watts
in CF when calling a SP through the stored proc tag, when bringing back multible result sets you use CFPROCRESULT NAME=q_actualHours RESULTSET=1 CFPROCRESULT NAME=q_WOKERS RESULTSET=2 . and so on, what would be the equivalent in asp if anyone knows when using set objRs

RE: equivalent in asp

2002-04-29 Thread Andy Ewings
To: CF-Talk Subject: equivalent in asp I know its not CF, its for a developer here using ASP, in CF when calling a SP through the stored proc tag, when bringing back multible result sets you use CFPROCRESULT NAME=q_actualHours RESULTSET=1 CFPROCRESULT NAME=q_WOKERS RESULTSET=2 and so on, what

Re: equivalent in asp

2002-04-29 Thread Jeff Garza
in asp I know its not CF, its for a developer here using ASP, in CF when calling a SP through the stored proc tag, when bringing back multible result sets you use CFPROCRESULT NAME=q_actualHours RESULTSET=1 CFPROCRESULT NAME=q_WOKERS RESULTSET=2 and so on, what would be the equivalent in asp

OT: Equivalent to cffile under ASP ?

2002-04-22 Thread cf-talk
Hi list, almost totally OT. I know. But is there an easy (and cheap) function/tag for MS-ASP (.asp) which covers the cffile-feature ? I have searched quite a while but couldn't find an appropriate one. Uwe __ This list and all

RE: Equivalent to cffile under ASP ?

2002-04-22 Thread Dan Phillips
Check out http://www.softartisans.com/ They have a few options there. -Original Message- From: cf-talk [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 1:31 PM To: CF-Talk Subject: OT: Equivalent to cffile under ASP ? Hi list, almost totally OT. I know. But is there an easy

Re: Equivalent to cffile under ASP ?

2002-04-22 Thread Tim Painter
You can use the FileSystem object to do most of it (renaming, creating, etc) Uploading is a different beast. Here is a list of asp upload components: http://www.aspfaq.com/show.asp?id=2189 You might also want to check aspfaq.com for other filesystem faqs as well. Tim P. - Original

Reading cookies set with ASP

2002-04-16 Thread Jared Stark
Hi. I'm trying to print out a cookie from CF that was set in ASP but it doesn't seem to be working. Has anyone done this before and could you point me in the right direction? TIA, Jared __ Get the mailserver that powers

Re: Reading cookies set with ASP

2002-04-16 Thread Nick McClure
It can be done. If you have debugging turned on, take a look at the cgi variable that holds the cookies, I can't remember which one. If you don't output the value of that variable. If the cookie isn't there it might have been set at a different domain. Make sure you know where ASP is setting

<    2   3   4   5   6   7   8   9   10   11   >