Parsing *.html files with CF

2003-02-17 Thread Austin Govella
I want to ColdFusion to parse all *.html files. My guess is that under the IIS server configuration, I add an App Mapping for the *.html extension. Give it the same executable path and verbs as the *.cfm extensions. Is this correct? I wanted to do an insanity check before I went tweaking my

Re: Parsing *.html files with CF

2003-02-17 Thread Bryan Hogan
Yes, I believe you can. But if you do then all of your static files will also be parsed by CF. Is that what you want? -- Original Message -- From: Austin Govella [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 17 Feb 2003 16:34:27 -0600 I want

Re: Parsing *.html files with CF

2003-02-17 Thread Austin Govella
Yes, I believe you can. But if you do then all of your static files will also be parsed by CF. Is that what you want? Yes. I use includes for everything. Also, at some point in the future, users will be able to log in, and I was going to just use CF to run everything: the includes and the

Re: Parsing *.html files with CF

2003-02-17 Thread Bryan Hogan
It depends, on if you want to scale or not. If you are planning a site that is expected to get hundreds or more visitors, I do not suggest to have cf process everything. Keep your static, static and your dynamic, dynamic. There is no problem with running includes and sessions with CF. I don't

Re: Parsing *.html files with CF

2003-02-17 Thread Dave Carabetta
Yes. I use includes for everything. Also, at some point in the future, users will be able to log in, and I was going to just use CF to run everything: the includes and the sessions. If I'm ignorant of something important, then *please* tell me. I'm very new to administering the CF server and

RE: Parsing *.html files with CF

2003-02-17 Thread Simon Horwith
(direct line) http://www.figleaf.com -Original Message- From: Austin Govella [mailto:[EMAIL PROTECTED]] Sent: Monday, 17 February, 2003 6:22 PM To: CF-Talk Subject: Re: Parsing *.html files with CF Yes, I believe you can. But if you do then all of your static files will also be parsed

GROUNDHOG DAY? RE: Parsing *.html files with CF

2003-02-17 Thread Tony Weeg
isnt this a thread, that keeps coming back once every, lets say three months? tony -Original Message- From: Simon Horwith [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 7:25 PM To: CF-Talk Subject: RE: Parsing *.html files with CF just keep in mind that this is going

Re: GROUNDHOG DAY? RE: Parsing *.html files with CF

2003-02-17 Thread Dave Lyons
that and fricking the damn locking one! lol Dave - Original Message - From: Tony Weeg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 7:42 PM Subject: GROUNDHOG DAY? RE: Parsing *.html files with CF isnt this a thread, that keeps coming back once every

Re: Parsing *.html files with CF

2003-02-17 Thread Austin Govella
This is awesome! Exactly what I was hoping for: a discussion on why you would or wouldn't do it. This is what I'm planning. 1. INCLUDES: I have headers, footers, and local navigation that's served via includes. I figured for the includes that it was inefficient to process CF code, then send

RE: GROUNDHOG DAY? RE: Parsing *.html files with CF

2003-02-17 Thread Tony Weeg
To: CF-Talk Subject: Re: GROUNDHOG DAY? RE: Parsing *.html files with CF that and fricking the damn locking one! lol Dave - Original Message - From: Tony Weeg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 7:42 PM Subject: GROUNDHOG DAY? RE: Parsing *.html

RE: Parsing *.html files with CF

2003-02-17 Thread Dave Watts
I figured for the includes that it was inefficient to process CF code, then send it to have SSI added. Or whatever the order would be. I'm not even sure you could do that. You really can't do that, as a practical matter. HTML pages that use server-side includes and CF pages both require