TOT... IIS 6 Asp error logs

2011-11-10 Thread Gerald Guido
Esteemed CFers, We have an ASP 3 site that we host that is bombing out and we need to get to the log files and or find out what the errors are. Do any of you all l know the error logs are kept? This IIS logs I saw just have the request info and no errors. Or would it best to turn on error

Re: TOT... IIS 6 Asp error logs

2011-11-10 Thread Dave Watts
We have an ASP 3 site that we host that is bombing out and we need to get to the log files and or find out what the errors are. Do any of you all l know the error logs are kept? This IIS logs I saw just have the request info and no errors. Or would it best to turn on error messages? It's

Re: TOT... IIS 6 Asp error logs

2011-11-10 Thread Gerald Guido
have an ASP 3 site that we host that is bombing out and we need to get to the log files and or find out what the errors are. Do any of you all l know the error logs are kept? This IIS logs I saw just have the request info and no errors. Or would it best to turn on error messages? It's

Re: TOT... IIS 6 Asp error logs

2011-11-10 Thread Russ Michaels
appreciated, G! On Thu, Nov 10, 2011 at 2:59 PM, Dave Watts dwa...@figleaf.com wrote: We have an ASP 3 site that we host that is bombing out and we need to get to the log files and or find out what the errors are. Do any of you all l know the error logs are kept? This IIS logs I saw just

Re: TOT... IIS 6 Asp error logs

2011-11-10 Thread Matthew Small
The IIS log files are kep by default in c:\windows\logfiles\W3SVCxxx - you look in the configuration for the website to determine which folder. Classic ASP errors are logged in the IIS Logs as an error status which may or may not be helpful. all you have is IIS LOGS by default, you need

Re: TOT... IIS 6 Asp error logs

2011-11-10 Thread Gerald Guido
. Classic ASP errors are logged in the IIS Logs as an error status which may or may not be helpful. all you have is IIS LOGS by default, you need to use additional debugging tools and methods to get more info. here are some tools to help you on your way. http://www.microsoft.com/download/en

Re: (ot) WCMS, similar like Joomla on .ASP/.ASPX ??

2009-12-24 Thread Cody Harlow
ColdFusion mailing list. http://en.wikipedia.org/wiki/List_of_content_management_systems -Mike Chabot On Wed, Dec 23, 2009 at 11:42 AM, cf-t...@sdsolutions.de wrote: Hi folks, a customer of mine search for a WCMS similar like Joomla. But it should be based on .ASP/.ASPX (.NET

(ot) WCMS, similar like Joomla on .ASP/.ASPX ??

2009-12-23 Thread cf-talk
Hi folks, a customer of mine search for a WCMS similar like Joomla. But it should be based on .ASP/.ASPX (.NET) Please don't ask why, it is a requierement ! Any ideas ? Is there such a system ? Uwe ~| Want to reach

Re: (ot) WCMS, similar like Joomla on .ASP/.ASPX ??

2009-12-23 Thread Casey Dougall
On Wed, Dec 23, 2009 at 11:42 AM, cf-t...@sdsolutions.de wrote: Hi folks, a customer of mine search for a WCMS similar like Joomla. But it should be based on .ASP/.ASPX (.NET) Please don't ask why, it is a requierement ! Any ideas ? Is there such a system ? Uwe I've never used

Re: (ot) WCMS, similar like Joomla on .ASP/.ASPX ??

2009-12-23 Thread Mike Chabot
...@sdsolutions.de wrote: Hi folks, a customer of mine search for a WCMS similar like Joomla. But it should be based on .ASP/.ASPX  (.NET) Please don't ask why, it is a requierement ! Any ideas ? Is there such a system ? Uw ~| Want

Re: (ot) WCMS, similar like Joomla on .ASP/.ASPX ??

2009-12-23 Thread cf-talk
ColdFusion mailing list. http://en.wikipedia.org/wiki/List_of_content_management_systems -Mike Chabot On Wed, Dec 23, 2009 at 11:42 AM, cf-t...@sdsolutions.de wrote: Hi folks, a customer of mine search for a WCMS similar like Joomla. But it should be based on .ASP/.ASPX  (.NET) Please don't ask

relocating if an asp template

2009-06-30 Thread Mike Little
hi guys, we have just redone an existing asp site using coldfusion (so much nicer!!). question: how do we redirect someone using a google link to the old asp page. we are putting most of them into a remove request with google but would like to address any strays. i thought something like

Re: relocating if an asp template

2009-06-30 Thread Dave Watts
hi guys, we have just redone an existing asp site using coldfusion (so much nicer!!). question: how do we redirect someone using a google link to the old asp page. we are putting most of them into a remove request with google but would like to address any strays. i thought something

Re: relocating if an asp template

2009-06-30 Thread Charles
Set IIS to use a custom error page for 404 errors... make that a coldfusion page that grabs the cgi variables, determines what page they want and send them to it that way? We converted from asp to cfml a few years back, kept the same database, so I grabbed the query string and switched

Installing CF8 on a server with dot net / asp net

2008-09-07 Thread Thomas Eppler
I have a client which uses the asp net framework, but he wants to be able to develop web application prototypes quicker to become more innovative. My question: Is it possible to install CF8 on a server where the full asp net / dot net framework is installed? Are there any issues

Re: Installing CF8 on a server with dot net / asp net

2008-09-07 Thread Will Tomlinson
I have a client which uses the asp net framework, but he wants to be able to develop web application prototypes quicker to become more innovative. My question: Is it possible to install CF8 on a server where the full asp net / dot net framework is installed? Are there any issues

Submit ASP form using CFHTTP

2008-08-12 Thread Billy Cox
I want to submit a zipcode to a form on another website and then manipulate the results using cfhttp.filecontent. When I run the code below, it churns for awhile and then gives me an ASP runtime error. cfhttp url=http://www.thesite.com/default.aspx; resolveurl=yes method=post cfhttpparam name

RE: Submit ASP form using CFHTTP

2008-08-12 Thread Dave Phillips
to include those when you make the call to the form processor page. It will take some finagling, but you should be able to do it. Dave -Original Message- From: Billy Cox [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2008 2:38 PM To: CF-Talk Subject: Submit ASP form using CFHTTP I want

Re: Submit ASP form using CFHTTP

2008-08-12 Thread Matthew Small
, event argument values from that trace to pass in your second request. I want to submit a zipcode to a form on another website and then manipulate the results using cfhttp.filecontent. When I run the code below, it churns for awhile and then gives me an ASP runtime error. cfhttp url=http

Re: Submit ASP form using CFHTTP

2008-08-12 Thread Gerald Guido
to a form on another website and then manipulate the results using cfhttp.filecontent. When I run the code below, it churns for awhile and then gives me an ASP runtime error. cfhttp url=http://www.thesite.com/default.aspx; resolveurl=yes method=post cfhttpparam name=__EVENTTARGET value= type

Re: ColdFusion 8 Upgrade Affecting ASP Applications

2008-04-16 Thread Patricia Bennette
I was sure this was coincidental, but has now happened for the second time on another server. Server A was upgraded from CF 7.02 to CF 8 on a Saturday. On Monday an ASP application on server suddenly took 5+ minutes just to display a login screen. Worked fine the previous week. That ASP

Re: ColdFusion 8 Upgrade Affecting ASP Applications

2007-10-12 Thread Jochem van Dieten
Steve Moore wrote: I was sure this was coincidental, but has now happened for the second time on another server. Server A was upgraded from CF 7.02 to CF 8 on a Saturday. On Monday an ASP application on server suddenly took 5+ minutes just to display a login screen. Worked fine the previous

ColdFusion 8 Upgrade Affecting ASP Applications

2007-10-12 Thread Steve Moore
I was sure this was coincidental, but has now happened for the second time on another server. Server A was upgraded from CF 7.02 to CF 8 on a Saturday. On Monday an ASP application on server suddenly took 5+ minutes just to display a login screen. Worked fine the previous week. That ASP

RE: Using an ASP object in CF (was Re: Run PHP code inline on a Coldfusion page)

2007-06-05 Thread Kevin Aebig
I would definitely prove to him that a classic ASP component can't compare to the modern stuff that's out. Also, unless it uses a DLL (crap), there's no reason that you could reverse engineer it to use it in a custom tag. If it uses a DLL, than there's your reason to change... !k -Original

Re: Using an ASP object in CF (was Re: Run PHP code inline on a Coldfusion page)

2007-06-05 Thread C. Hatton Humphrey
On 6/5/07, Kevin Aebig [EMAIL PROTECTED] wrote: I would definitely prove to him that a classic ASP component can't compare to the modern stuff that's out. Also, unless it uses a DLL (crap), there's no reason that you could reverse engineer it to use it in a custom tag. It's actually a VBScript

RE: Using an ASP object in CF (was Re: Run PHP code inline on a Coldfusion page)

2007-06-05 Thread Kevin Aebig
Than you might just be finding yourself in quite the mess. Is this CMS only supposed to support windows users? !k -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 10:15 AM To: CF-Talk Subject: Re: Using an ASP object in CF (was Re: Run

Re: Using an ASP object in CF (was Re: Run PHP code inline on a Coldfusion page)

2007-06-05 Thread C. Hatton Humphrey
Than you might just be finding yourself in quite the mess. Is this CMS only supposed to support windows users? No, it's supposed to run on a Windows server. The editor is extremely cross-platoform (IE, NS, FF, Opera and Safari) friendly. H

RE: Using an ASP object in CF (was Re: Run PHP code inline on a Coldfusion page)

2007-06-05 Thread Kevin Aebig
PROTECTED] Sent: Tuesday, June 05, 2007 1:56 PM To: CF-Talk Subject: Re: Using an ASP object in CF (was Re: Run PHP code inline on a Coldfusion page) Than you might just be finding yourself in quite the mess. Is this CMS only supposed to support windows users? No, it's supposed to run on a Windows

Using an ASP object in CF (was Re: Run PHP code inline on a Coldfusion page)

2007-06-05 Thread C. Hatton Humphrey
Here is a real-word application for interoperability: The company that I work for just bought another company that has a CMS written in classic ASP. They utilize CuteEditor (http://cutesoft.net/asp/). I have been tasked with porting their CMS to ColdFusion... kicker is that the boss wants

Re: ASP Version of CFEverywhere

2007-05-02 Thread C. Hatton Humphrey
Will the end user / client be getting it on a CD? My question is why do you need to demo via a CD? Seems a little odd. I haven't the foggiest idea WHY they want the site on a CD... these are people used to selling tangible product and I guess it helps them to have something to hold on to.

SOT: ASP Version of CFEverywhere

2007-05-01 Thread C. Hatton Humphrey
I'm being asked, Can we make this ASP (classic) based website run on a CD? Some searching of the archives here reminded me of CFEverywhere and I know about Ralio but those are CF engines, I need something along the same lines for ASP. Any suggestions? Thanks! Hatton

RE: ASP Version of CFEverywhere

2007-05-01 Thread Russ
- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 01, 2007 1:38 PM To: CF-Talk Subject: SOT: ASP Version of CFEverywhere I'm being asked, Can we make this ASP (classic) based website run on a CD? Some searching of the archives here reminded me of CFEverywhere and I know

RE: ASP Version of CFEverywhere

2007-05-01 Thread Dave Watts
I'm being asked, Can we make this ASP (classic) based website run on a CD? How about Apache, and mod_mono? To the best of my knowledge, ASP 3, or Classic ASP (yecch!) will not run on mod_mono. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides

Re: SOT: ASP Version of CFEverywhere

2007-05-01 Thread Robertson-Ravo, Neil (RX)
I would be very suprised if this was possible (I gather you mean classic ASP?) due the way ASP works in general. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number

RE: ASP Version of CFEverywhere

2007-05-01 Thread Dave Watts
I'm being asked, Can we make this ASP (classic) based website run on a CD? Some searching of the archives here reminded me of CFEverywhere and I know about Ralio but those are CF engines, I need something along the same lines for ASP. Any suggestions? How about a VMware appliance

Re: SOT: ASP Version of CFEverywhere

2007-05-01 Thread Casey Dougall
Brings us back to Coral Web builder again. Still no word on if anyone is using this. ttp://www.pcaonline.com/prod/index.cfm?loc=coral Uses standard CFML/ASP tags Use your knowledge of CFML and ASP to develop CORAL applications quickly and with the tools you already own. -- Casey On 5/1/07

RE: ASP Version of CFEverywhere

2007-05-01 Thread Dave Watts
Any suggestions? How about a VMware appliance? The user would have to install VMware Player, but you could have the VM itself run in appliance mode, and the user could then just open a browser and go to the appropriate appliance URL. I forgot to mention this, but you could even go one

Re: ASP Version of CFEverywhere

2007-05-01 Thread C. Hatton Humphrey
Some searching of the archives here reminded me of CFEverywhere and I know about Ralio but those are CF engines, I need something along the same lines for ASP. Any suggestions? How about a VMware appliance? The user would have to install VMware Player This is for a sales rep to take

Re: ASP Version of CFEverywhere

2007-05-01 Thread Robertson-Ravo, Neil (RX)
://www.reedexpo.com -Original Message- From: C. Hatton Humphrey To: CF-Talk Sent: Tue May 01 19:56:59 2007 Subject: Re: ASP Version of CFEverywhere Some searching of the archives here reminded me of CFEverywhere and I know about Ralio but those are CF engines, I need something along the same

RE: ASP Version of CFEverywhere

2007-05-01 Thread Dave Watts
This is for a sales rep to take to client locations, try to sell a service and leave at the end of the day. Installing something on the client's end is not an option. Then, I suggest you give the sales rep a laptop. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf

Re: Any Known Issues: Asp and Cf on same server

2007-03-18 Thread Aaron Roberson
Anytime you run CFMX on IIS you are running ColdFusion and ASP side-by-side. It is standard procedure on a Windows Server. -Aaron ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2 Free Trial

Any Known Issues: Asp and Cf on same server

2007-03-16 Thread coldfusion . developer
All, We have an old Intranet that we want to install a copy of CFMX on. We have to keep the asp applications and functionality going while we add new CF applications. I've never done this before, are there any know issues I should watch out for? Thanks D

RE: Any Known Issues: Asp and Cf on same server

2007-03-16 Thread Jones Eric R Ctr 8 AF Det 1/AFNOC
I'm doing this right now and so far I haven't run into any issues. Even have some of my CF and ASP talking to each other via forms and URLs. ---_ Eric R. Jones Senior Web Application Developer, AFNOC/NCD Barksdale AFB, LA DSN 781

Re: Any Known Issues: Asp and Cf on same server

2007-03-16 Thread Robertson-Ravo, Neil (RX)
No issues that I know or have seen. We run ASP/ASP.NET on ColdFusion servers all the time. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains

Re: Any Known Issues: Asp and Cf on same server

2007-03-16 Thread [EMAIL PROTECTED]
I brought this up at CF Underground in Las Vegas and it seemed as though everyone agreed there shouldn't be any issues. [EMAIL PROTECTED] wrote: All, We have an old Intranet that we want to install a copy of CFMX on. We have to keep the asp applications and functionality going while we

Re: Logging into ASP site via CFHttp (Correction!)

2007-02-15 Thread John Stottlemire
Thanks for the link, I was hoping however, to do this without putting another dll on my w2k3 server. $45 bucks solution here (creates sessions for you): http://www.cftagstore.com/tags/cfxhttp5.cfm ~| Upgrade to Adobe

Re: Logging into ASP site via CFHttp (Correction!)

2007-02-14 Thread cf user
I'll just paypal 50 bucks to ya instead of working out all the steps to make this work through the forum. I've been working on this for a week, and even tho I consider myself fluent in CFML I'm having a major issue with this one. (losing sleep over it). $45 bucks solution here (creates sessions

Logging into ASP site via CFHttp

2007-02-13 Thread John Stottlemire
Step one of a long drawn out problem I'm having. I am posting via a cfhttp to a login page which is using ASP as its back engine. the code I am using is as follows: CFHTTP REDIRECT = yes URL = http://www.dealideal.com/forum/login_user.asp; USERAGENT = #cgi.HTTP_USER_AGENT

RE: Logging into ASP site via CFHttp (Correction!)

2007-02-13 Thread John Stottlemire
:) Step one of a long drawn out problem I'm having. I am posting via a cfhttp to a login page which is using ASP as its back engine. the code I am using is as follows: CFHTTP REDIRECT = yes URL = http://www.dealideal.com/forum/login_user.asp; USERAGENT

Re: Logging into ASP site via CFHttp (Correction!)

2007-02-13 Thread Joel
stab in the dark here.. but what do you get if you do = isArray(TEMPCOOKIE) - Original Message - From: John Stottlemire [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, February 14, 2007 4:26 PM Subject: RE: Logging into ASP site via CFHttp (Correction

RE: Logging into ASP site via CFHttp (Correction!)

2007-02-13 Thread John Stottlemire
)#/CFOUTPUT -john stottlemire -Original Message- From: Joel [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 10:18 PM To: CF-Talk Subject: Re: Logging into ASP site via CFHttp (Correction!) stab in the dark here.. but what do you get if you do = isArray(TEMPCOOKIE

Problem with using cfhttp to login to asp .net

2006-11-01 Thread Michael Nguyen
I'm having a problem with login to a asp.net. Firstly, I use cfhttp to make a request to the login page to get cookie info (ASP.NET_SessionId) Secondly, using cfhttp to login (passing ASP.NET_SessionId in cfhttpparam type=cookie and my login details) Finally, I use cfhttp to request the

Re: equivalent of isDefined in ASP?

2006-10-19 Thread Deanna Schneider
Isn't it this: if (myObject Is Nothing) On 10/18/06, Ray Champagne [EMAIL PROTECTED] wrote: Anybody got an idea? Google isn't helping me out right now. (VB) ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

RE: equivalent of isDefined in ASP?

2006-10-19 Thread Bobby Hartsfield
It's been a while but I believe that’s it (for VB)... If myvar Is Nothing Then Do something End If -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 9:30 AM To: CF-Talk Subject: Re: equivalent of isDefined in ASP? Isn't

RE: equivalent of isDefined in ASP?

2006-10-19 Thread Dawson, Michael
Doesn't that work only for objects? -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 8:49 AM To: CF-Talk Subject: RE: equivalent of isDefined in ASP? It's been a while but I believe that's it (for VB)... If myvar Is Nothing Then Do

RE: equivalent of isDefined in ASP?

2006-10-19 Thread Bobby Hartsfield
You might be right. Seems that I used to use it for query objects and then at the end set the object to Nothing. -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 11:09 AM To: CF-Talk Subject: RE: equivalent of isDefined in ASP? Doesn't

RE: equivalent of isDefined in ASP?

2006-10-19 Thread Bobby Hartsfield
of isDefined in ASP? You might be right. Seems that I used to use it for query objects and then at the end set the object to Nothing. -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 11:09 AM To: CF-Talk Subject: RE: equivalent of isDefined

equivalent of isDefined in ASP?

2006-10-18 Thread Ray Champagne
Anybody got an idea? Google isn't helping me out right now. (VB) Ray ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door

Re: equivalent of isDefined in ASP?

2006-10-18 Thread Jake Churchill
Do the equivalent of cfparam and set it to at the top. Then, just test to see what it's value is. variable Ray Champagne wrote: Anybody got an idea? Google isn't helping me out right now. (VB) Ray ~|

RE: equivalent of isDefined in ASP?

2006-10-18 Thread Ray Champagne
it to , then it will overwrite the variable being passed into the page...thus defeating the purpose. -Original Message- From: Jake Churchill [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 1:45 PM To: CF-Talk Subject: Re: equivalent of isDefined in ASP? Importance: High Do the equivalent

Re: equivalent of isDefined in ASP?

2006-10-18 Thread Will Tomlinson
Says alot about asp don't it? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http

RE: equivalent of isDefined in ASP?

2006-10-18 Thread Dawson, Michael
I'm not an ASP guy, but the previous guy was. From what I can tell, in ASP, all variables exist. If they were not assigned a value, then they will be an empty string (or whatever equivalent for complex variables). He just tested for x or x = and then did what he had to do. M!ke

RE: equivalent of isDefined in ASP?

2006-10-18 Thread Brad Wood
Did the previous guy use option explicit? ~Brad -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 1:10 PM To: CF-Talk Subject: RE: equivalent of isDefined in ASP? I'm not an ASP guy, but the previous guy was. From what I can tell

RE: equivalent of isDefined in ASP?

2006-10-18 Thread Andy Matthews
[mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 1:10 PM To: CF-Talk Subject: RE: equivalent of isDefined in ASP? I'm not an ASP guy, but the previous guy was. From what I can tell, in ASP, all variables exist. If they were not assigned a value, then they will be an empty string

RE: equivalent of isDefined in ASP?

2006-10-18 Thread Ray Champagne
Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 2:23 PM To: CF-Talk Subject: RE: equivalent of isDefined in ASP? Did the previous guy use option explicit? ~Brad -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent

RE: equivalent of isDefined in ASP?

2006-10-18 Thread Dawson, Michael
Hell, no. He was more of a free-spirit ASP programmer. ;-) He always said I was going to too much trouble when I used option explicit. -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 1:23 PM To: CF-Talk Subject: RE: equivalent

RE: equivalent of isDefined in ASP?

2006-10-18 Thread Dawson, Michael
of isDefined in ASP? Yea, I've been reading about this Option Explicit thing, and even though I never have put % Option Explicit % anywhere in the script(s), it's acting like it is in there somewhere. Like doing this: % Response.write(boo)% throws an error saying Name 'boo' is not declared

Where can I find ASP Documention

2006-10-11 Thread coldfusion . developer
I'm not an asp or .Net developer, but I need to figure out how to pass a username and password to an ODBC connect request. Does anyone know any good asp online documention? Yes the username and password are already in the odbc datasource at the OS level. It apperntly still needs it passed

help - trying to port some ASP/COM code to CF 5

2006-10-11 Thread Rod Murillo
I ported ASP code below, % Dim trans Set trans = Server.CreateObject (Paymentech.Transaction) trans.Type = CC.Authorize trans.Field(MessageType) = A % TO: #1 cfobject type=COM action=Create name=trans class=Paymentech.Transaction #2 cfscript #3 trans.Type = CC.Authorize; #4 trans.Field

RE: help - trying to port some ASP/COM code to CF 5

2006-10-11 Thread Ben Nadel
Message- From: Rod Murillo [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 1:23 PM To: CF-Talk Subject: help - trying to port some ASP/COM code to CF 5 I ported ASP code below, % Dim trans Set trans = Server.CreateObject (Paymentech.Transaction) trans.Type = CC.Authorize

RE: Where can I find ASP Documention

2006-10-11 Thread Ben Nadel
What about http://asp.net/ .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 1:07 PM To: CF-Talk Subject: Where can I find ASP Documention

Re: help - trying to port some ASP/COM code to CF 5

2006-10-11 Thread Rod Murillo
Sorry for the duplicated posts - I am a newbie to the list. TIA ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a

Re: help - trying to port some ASP/COM code to CF 5

2006-10-11 Thread Rod Murillo
trans.Field is not indexed in dimension 1. In ColdFusion indexed objects can be query columns, arrays, structs and COM objects. Any other ideas? I ported ASP code below, % Dim trans Set trans = Server.CreateObject (Paymentech.Transaction) trans.Type = CC.Authorize trans.Field

RE: help - trying to port some ASP/COM code to CF 5

2006-10-11 Thread Ben Nadel
www.bennadel.com -Original Message- From: Rod Murillo [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 1:55 PM To: CF-Talk Subject: Re: help - trying to port some ASP/COM code to CF 5 No its not an array - so it throws this error: trans.Type = CC.Authorize; trans.Field[MessageType

Re: help - trying to port some ASP/COM code to CF 5

2006-10-11 Thread Rod Murillo
Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Rod Murillo [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 1:55 PM To: CF-Talk Subject: Re: help - trying to port some ASP/COM code to CF 5 No its not an array - so it throws this error: trans.Type

Re: help - trying to port some ASP/COM code to CF 5

2006-10-11 Thread Rod Murillo
Anyway CFDMUP is not needed, since I know the name and manner of invocation of the method in ASP. The question is syntax how do I make a similar call in CF? Thanks ~| Introducing the Fusion Authority Quarterly Update. 80

RE: help - trying to port some ASP/COM code to CF 5

2006-10-11 Thread Ben Forta
CFDUMP was far more limited in CF5, and not all scopes variables and data types were dumpable. --- Ben -Original Message- From: Rod Murillo [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 2:17 PM To: CF-Talk Subject: Re: help - trying to port some ASP/COM code to CF 5

RE: help - trying to port some ASP/COM code to CF 5

2006-10-11 Thread Ben Nadel
PM To: CF-Talk Subject: Re: help - trying to port some ASP/COM code to CF 5 CFDUMP says: Expression result cannot be converted to a string Expressions used inside tags like CFOUTPUT, CFQUERY, CFMAIL, etc. must evaluate to a value that can be converted to a string for output or dynamic text

Re: help - trying to port some ASP/COM code to CF 5

2006-10-11 Thread Rod Murillo
Anyway CFDMUP is not needed, since I know the name and manner of invocation of the method in ASP. The question is syntax how do I make a similar call in CF? Thanks This must work in ASP, since the example was provided by Paymentech and defines their interface The COM object supports

Re: XML Integration - ASP equivalent in CF

2006-09-13 Thread Darrin Bonikowsky
your original ASP code sends the information as a plain query string so I would think that CF should as well. The CFHTTPPARM type value xml has a very special meaning - it changes the whole request in fact. Instead use the type formfield. This will automatically URLEncode the information (which

Re: XML Integration - ASP equivalent in CF

2006-09-13 Thread Darrin Bonikowsky
Thanks so much for your reply, Jim! FYI - this was my final solution. Not entirely sure where I initially missed the boat, but 2 formfields and including the xml version tag within the cfhttpparam name / value pair explicity vs. as part of the xml string seemed to do it. cfhttp

XML Integration - ASP equivalent in CF

2006-09-12 Thread Darrin Bonikowsky
of what I need to do to submit the order (this ASP code was provided by the payment processing service as an integration example): Dim xmlhttp,queryString Set xmlhttp = Server.CreateObject(Msxml2.XMLHTTP) xmlhttp.Open POST, https://secure.internetsecure.com/process.cgi;, false

RE: XML Integration - ASP equivalent in CF

2006-09-12 Thread Jim Davis
-Original Message- From: Darrin Bonikowsky [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 11:32 PM To: CF-Talk Subject: XML Integration - ASP equivalent in CF And this is my shot at a CF equivalent that has not met with much success: cfhttp url=https

Apache and ASP pages

2006-09-02 Thread Matt Williams
what's out there to run asp pages on Apache? This is for my development laptop. Free and simple are the only prerequisites. I know I can just run IIS, but was curious if I didn't have to switch back and forth. -- Matt Williams It's the question that drives us

Re: Apache and ASP pages

2006-09-02 Thread C. Hatton Humphrey
On 9/2/06, Matt Williams [EMAIL PROTECTED] wrote: what's out there to run asp pages on Apache? There used to be something called Chilisoft ASP, It's not 100% ASP but it might work. ~| Introducing the Fusion Authority Quarterly

Re: Apache and ASP pages

2006-09-02 Thread Rob Wilkerson
Look at mod_aspdotnet. It's been retired, but the last version is still available here: http://archive.apache.org/dist/httpd/mod_aspdotnet/ On 9/2/06, C. Hatton Humphrey [EMAIL PROTECTED] wrote: On 9/2/06, Matt Williams [EMAIL PROTECTED] wrote: what's out there to run asp pages on Apache

help a blind man convert asp functions to cf

2006-05-31 Thread stylo stylo
I need to either rewrite some functions into cf, or include a jsp file and call 2 functions in there (see my jsp thread). To the former: I don't know asp. I'm getting an error: The value cannot be converted to a number 254 : op = opBitAnd( mid(op3 , i ,1), mid(op4 ,i ,1

Re: help a blind man convert asp functions to cf

2006-05-31 Thread Tom Chiverton
On Wednesday 31 May 2006 14:29, stylo stylo wrote: The value cannot be converted to a number 254 : op = opBitAnd( mid(op3 , i ,1), mid(op4 ,i ,1) ); Just take ' ' out. -- Tom Chiverton This email is sent for and

Re: help a blind man convert asp functions to cf

2006-05-31 Thread stylo stylo
254 : op = opBitAnd( mid(op3 , i ,1), mid(op4 ,i ,1) ); Just take ' ' out. Well, that was redundant I see now, thanks, but doesn't change the outcome at all. ~| Message:

ASP to ColdFusion Soap

2006-05-05 Thread Ben Nadel
I am trying to convert some ASP code to ColdFusion and I hit this line: objSOAPServer.ProcessResponse Response I have the proper soap object, but I have no idea what to pass to this method ProcessResponse... The best I could come up with was: cfset THIS.objSOAPServer.ProcessResponse

Help with XML and ASP .NET Web Service

2006-04-12 Thread Phillip Duba
I am trying to invoke a partners web service. It is an ASP .NET web service that requires a number of paramters, one being an object. I've gotten the minimum requirements done using the Structs/Array makeup for a complex SOAP Object. Where I am having problems is in an optional item which

RE: Help with XML and ASP .NET Web Service

2006-04-12 Thread Munson, Jacob
PROTECTED] Sent: Wednesday, April 12, 2006 9:41 AM I am trying to invoke a partners web service. It is an ASP .NET web service that requires a number of paramters, one being an object. I've gotten the minimum requirements done using the Structs/Array makeup for a complex SOAP Object

Re: Help with XML and ASP .NET Web Service

2006-04-12 Thread Phillip Duba
Message- From: Phillip Duba [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 9:41 AM I am trying to invoke a partners web service. It is an ASP .NET web service that requires a number of paramters, one being an object. I've gotten the minimum requirements done using

Re: Help with XML and ASP .NET Web Service

2006-04-12 Thread Phillip Duba
I should also point out I'm running 6.1 as of right now. CFMX7 is coming, but this integration will go before we're on it. I am trying to invoke a partners web service. It is an ASP .NET web service that requires a number of paramters, one being an object. I've gotten the minimum

RE: Help with XML and ASP .NET Web Service

2006-04-12 Thread Dave Watts
The error I get is: Web service operation RequestOrder with parameters {... ,[EMAIL PROTECTED], ...} could not be found. This looks to me like you need to convert your XML object to a string before sending it elsewhere. Use the ToString function on the CF XML object in question. Dave

RE: Asp calling ColdFusion

2006-04-06 Thread RADEMAKERS Tanguy
CF can use the getPageContext.include() to cause an asp page to be processed inside the CF context. I'm pretty certain that this is incorrect. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ As far as i know, that will only work to execute a jsp or servlet - ie some (other) java

Re: Convert ASP to CFM?

2006-04-06 Thread Mark Drew
Seeing some of the code in ASP out there, I would be doubtful. ASP can be VBScripted or JScripted (I am not even going to get into .NET) and there are many ways of doing things... so for example cfquery is easy.. db connections in ASP could amount to a whole bunch of stuff, I do wish you luck

RE: Asp calling ColdFusion

2006-04-06 Thread Andy Matthews
-Talk Subject: OT: Asp calling ColdFusion Is there any simple way to make Asp (not .net) call a CF page for processing? CF can use the getPageContext.include() to cause an asp page to be processed inside the CF context. Is there something on the Asp side that allows a CF page to be processed inside

Re: Asp calling ColdFusion

2006-04-06 Thread Larry Lyons
One possibility would be to use an iframe and some JS to pull in the various parameters and pass those along to the ASP page. hth, larry -- Larry C. Lyons Web Analyst Biodefense Emerging Infections Research Resources Repository American Type Culture Collection email: llyons(at)atcc(dot)org tel

Convert ASP to CFM?

2006-04-05 Thread Jeff Horne
We're in the beginning stages of combining functionality from an ASP based site to our existing CFM based site. We know nothing about ASP but can run some as ASP but others will have to be rewritten as CFM pages. I found Ben Forta's document and Tom Muck's from the Adobe site comparing

  1   2   3   4   5   6   7   8   9   10   >