handling missing files in IIS 7

2007-09-14 Thread Benjamin Rosenthal
In the older version of IIS there was a "check that files exists" checkbox that could be used to find requests for .cfm files that didn't exists and specify a redirect page. Does anyone know how to handle this with IIS 7? The custom errors page still misses out on requests for missing .cfm pag

query runs slowly and times out in Coldfusion 8

2007-08-23 Thread Benjamin Rosenthal
I'm trying to run this query using Coldfusion 8 on IIS and MySQL 5. If I run the query directly off the database the results are returned quickly. If I run the query through CF 7, it's pretty slow but still runs. If I run the query through CF 8 it takes FOREVER, then times out. Any idea what I

OT: Coldfusion 5 Pro for sale

2003-11-23 Thread Benjamin Rosenthal
I have a used copy of Coldfusion 5 Server Professional for sale.  It's in the original box with manuals, CD, serial, and Allaire partner guide (now that should come in handy.  ;0  ). email [EMAIL PROTECTED] if interested. thanks, -B [Todays Threads] [This Message] [Subscription] [Fast Uns

OT: CC Processing and Recurring Billing

2003-09-24 Thread Benjamin Rosenthal
I've been pretty happy using a Wells Fargo internet only merchant account with Verisign's Payflow Pro + recurring billing option. Free setup (with a coupon code), and $29 a month for visa, mastercard, and discover. They store the CC number and handle the recurring charges automatically. Benjamin

setting default page for 404 error

2003-09-08 Thread Benjamin Rosenthal
Ok, the host now swears that the "Check that file exists" checkbox is set. However, it hasn't fixed the problem. I've tried it on my own machine as well and it doesn't seem to be working. Does anyone have suggestions for what might be wrong here? (I'm trying to set a default error page in II

setting default page for 404 error

2003-08-30 Thread Benjamin Rosenthal
Thank you Brian and Dave! Here's the next response from tech support when I told them this couldn't be done in application.cfm. "You should be able to do all this in the application.cfm. I am not a CF developer so I am limited." Me paraphrasing the response: "You are wrong, but I actually I

setting default page for 404 error

2003-08-29 Thread Benjamin Rosenthal
I'm using a shared host and I used their own in-house utility to set up a default page for 404 (file not found) errors in IIS. This seems to be working for non .cfm files. Examples that work fine: http://domain.com/badname.htm http://domain.com/badname.asp http://domain.com/anything However, fo

WOT: design of networking site

2003-08-29 Thread Benjamin Rosenthal
This is pretty off topic but I'm posting it here because I think it's an interesting problem and there are some smart people here. (And any solution developed would be in CF of course. ;) ) There are a couple of networking sites out there that are pretty popular. http://friendster.com http://r

recommendations for Flash MX Communications Server host

2003-08-14 Thread Benjamin Rosenthal
Does anyone have recommendations for a shared hosting provider that supports the Flash MX Communications Server along with Coldfusion? thanks, -B ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscripti

supressing white spaces

2003-08-10 Thread Benjamin Rosenthal
The tag is: ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq G

New RedSky help files

2003-08-09 Thread Benjamin Rosenthal
I've also noticed that there is download to update the reference files in Dreamweaver MX (http://download.macromedia.com/pub/coldfusion/tag_updates/DreamweaverMXTags.mxp), but this doesn't seem to affect the "using Coldfusion" reference that pops up by hitting ctrl + F1 in. Does anyone know if

OT? Tracking email via embedded images

2003-08-02 Thread Benjamin Rosenthal
There are lots of different ways to do this but the concept is the same. Do a search on google for "web bugs". Here's a URL: http://www.eff.org/Privacy/Marketing/web_bug.html Benjamin ~| Archives: http://www.houseoffusion.com/c

cf-talk@houseoffusion.com

2003-07-07 Thread Benjamin Rosenthal
This looks like two different pieces of software to me... I haven't had time to evaluate one vs. the other, but I think the version numbers are for two different releases. ~| Archives: http://www.houseoffusion.com/cf_lists/inde

cf-talk@houseoffusion.com

2003-07-03 Thread Benjamin Rosenthal
Here is the author's home page. You can download it here and get the docs too. http://www.kolumbus.fi/jukka.manner/ Benjamin Gap Up LLC ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http:/

help the sql newbie

2003-02-27 Thread Benjamin Rosenthal
I have two databases, the first contains user information. Some, but not all users have provided their area codes and cities. The second database is a ZIPcode lookup with info on the city, state, areacode, zip, etc. The goal is to populate the user database with the most accurate ZIP code data.

astrological sign

2003-02-19 Thread Benjamin Rosenthal
Took a look at CFLIB but didn't see anything there. I'm not what you would call a "believer" so I mistakenly assumed it HAD to be more complicated than date alone. Go figure -- who knew figuring out one's personality could be so simple? ;) Here are the date ranges if someone wants to go to to

astrological sign

2003-02-19 Thread Benjamin Rosenthal
Does anyone happen to know of or have some pre-built code for taking a birth date and converting it to the appropriate astrological sign? thanks in advance, Benjamin ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?f

coldfusion and access 2002

2003-01-30 Thread Benjamin Rosenthal
After a lot of wasted hours I finally figured out the solution. It was a corrupt Access database! Gotta love that. I thought I'd pass on what I'd learned for everyone else here: It's unsafe to store the password with the DSN on a shared server. This is because other users on the same shared s

coldfusion and access 2002

2003-01-28 Thread Benjamin Rosenthal
I'm trying to secure an Access 2002 database so that it requires a username and password in the cfquery tag. Right now my database is unprotected and I want to change this. I've been pulling my hair out going through the Access User-Level Security Wizard all day trying to set this up. Does anyon

cfselect with dynamic variables and selected fields

2003-01-06 Thread Benjamin Rosenthal
Hi all, I apologize in advance if this has been covered before -- it struck me as something that must come up often (but I couldn't find the solution for). I'm running a query to get values out of a database table. I then want to populate a drop down list with the current values, and select