Please cancel my membership.
Thank you,
Jason McEachran
----- Original Message -----
From: "CF-Talk" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 04, 2001 7:45 PM
Subject: CF-Talk-list V1 #191
> CF-Talk-list Sun, 4 Mar 2001 Volume 1 : Number
191
>
> In this issue:
>
> getting hold of old archives
> RE: getting hold of old archives
> Re: enablecfoutputonly and the mysterious space
> RE: Arrays....
> Debugged
> Refresh, on save
> Re: Debugged
> Re: Refresh, on save
> CF_ColumnList Custom Tag
> Re: test for holes
> Re: Refresh, on save
> RE: Refresh, on save
> RE: Refresh, on save
> RE: enablecfoutputonly and the mysterious space
> RE: test for holes
> RE: Refresh, on save
> Re: test for holes
> Mailing Shots in CF
> Re: Refresh, on save
> RE: (yet another) Javascript Question
> RE: Refresh, on save
> Refresh of internal Browser
> RE: CF / SQL 2000 XML?
> Re: Refresh, on save
> RE: (yet another) Javascript Question
> RE: Arrays....
> Re: Refresh of internal Browser
> RE: Refresh of internal Browser
> Re: Refresh of internal Browser
> Re: Debugged
> OT: Enterprise Manager
> RE: Debugged
> Re: Debugged
> UPDATE!!!!! Refresh of internal Browser, and thanks to all that
helped
> RE: UPDATE!!!!! Refresh of internal Browser, and thanks to all t
hat helped
> Re: UPDATE!!!!! Refresh of internal Browser, and thanks to all t
hat helped
> Re: enablecfoutputonly and the mysterious space
> RE: Enterprise Manager
> RE: Structure of Structures?
> Re: OT: Enterprise Manager
> Re: Refresh of internal Browser
> RE: Debugged
> RE: Debugged
> RE: Debugged
> RE: Debugged
> Re: Debugged
> RE: Debugged
> RE: Debugged
> Re: Debugged
> RE: Debugged
> Re: Debugged
> Re: Refresh of internal Browser
> Re: Refresh of internal Browser
> Re: Structure of Structures?
>
>
> ----------------------------------------------------------------------
>
> Date: Sun, 04 Mar 2001 12:42:40 +0000
> From: Brian Sheehan <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: getting hold of old archives
> Message-ID: <[EMAIL PROTECTED]>
>
> I suscribed to this group a few weeks ago starting with digest #167
>
> As very much a beginner to ColdFusion I've been finding it an
> excellent resource - however, I can't find any way of getting hold of
> the older digests - can anyone confirm whether this exists in a
> location where they can be downloaded
>
> Cheers
>
> Brian
> [EMAIL PROTECTED]
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 09:07:39 -0400
> From: "Angel Stewart" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: getting hold of old archives
> Message-ID: <[EMAIL PROTECTED]>
>
> uhh
>
> Archives: http://www.mail-archive.com/[email protected]/
> ???
>
> -Gel
>
> -----Original Message-----
> From: Brian Sheehan [mailto:[EMAIL PROTECTED]]
>
> As very much a beginner to ColdFusion I've been finding it an
> excellent resource - however, I can't find any way of getting hold of
> the older digests - can anyone confirm whether this exists in a
> location where they can be downloaded
>
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=sts
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 08:53:06 -0800
> From: Jeffry Houser <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: enablecfoutputonly and the mysterious space
> Message-ID: <[EMAIL PROTECTED]>
>
> You may want to look into CFSILENT. You may also want to rewrite the
> page with no line breaks. Or (I'm not sure how or if possible) re-write
> the Flash movie to ignore whitespace.
>
> At 08:57 PM 03/04/2001 +1300, you wrote:
> >I'm having this wonderful problem with a space being added to the front
of
> >the document:
> >
> >first line of application.cfm is
> ><cfsetting enablecfoutputonly="yes">
> >
> >then it includes a server specific config file that sets the application
> >stuff, i.e. <cfapplication name=blah...etc>
> >
> >as far as I can tell, the space exists unless there is absolute no line
> >breaks, etc between the <cfsetting> and the <cfapplication> tags, and the
> >page containing the <cfapplication> tag must not have any line breaks as
> >well...
> >
> >This is a problem because I'm trying to get Macromedia Flash to load
> >variables off a CF page, and a space in front breaks Flash...
> >
> >Is there a fix for this?
> >
> >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 08:54:19 -0500
> From: "Hal Helms" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Arrays....
> Message-ID: <[EMAIL PROTECTED]>
>
> If it's a one-dimensional array, you could do this:
>
> <cfloop from="1" to="#ArrayLen( array_name )#" index="i">
> #array_name[i]#<br>
> </cfloop>
>
> For a two-dimensional array, you could do this:
>
> <cfloop from="1" to="#ArrayLen( array_name )#" index="aRow">
> <cfloop from="1" to="#ArrayLen( array_name[aRow] )#" index="aCol">
> #array_name[aRow][aCol]#<br>
> </cfloop><br>
> </cfloop>
>
> Hal Helms
> == See ColdFusionTraining.com for info on "Best Practices with ColdFusion
&
> Fusebox" training ==
>
>
> -----Original Message-----
> From: Kevin Mansel [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, March 04, 2001 6:28 AM
> To: CF-Talk
> Subject: Arrays....
>
>
> How would i display the entire contents of an array? I keep getting this
> error....
> 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 accumulation purposes. Complex objects, such as queries, arrays, and
> COM/DCOM objects, cannot be represented as strings.
>
>
>
> Any help would be much appreciated...
>
>
>
> TIA
>
>
>
> Kevin
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 06:47:53 -0800
> From: [EMAIL PROTECTED] (paul smith)
> To: [EMAIL PROTECTED]
> Subject: Debugged
> Message-ID: <[EMAIL PROTECTED]>
>
> Since I moved my LAN behind a firewall with non-routable IPs, CF debugging
> no longer works for specific IP addresses - even when both the browser and
> CF server are on the non-routable IP addresses.
>
> CF debugging does work if I do not enter any IP addresses in CF
Administrator.
>
> Is this expected behavior, or have I screwed something up (again)?
>
> best, paul
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 10:32:09 -0800
> From: "Michael" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Refresh, on save
> Message-ID: <3aa25f30$[EMAIL PROTECTED]>
>
> I am trying to figure out what I am missing in the setup, when working in
> studio, then save, and goto browse, I have to hit refresh, in order to see
> my changes, although on my system at work, once I hit browse, it show's
the
> changes, automagically.
>
>
> What setting am I missing?
>
> Thanks
>
> Michael
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Tue, 14 Nov 2000 09:46:44 -0600
> From: "Phoeun Pha" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Debugged
> Message-ID: <000f01c04e52$17196940$0100a8c0@m4x0w0>
>
> if there are no IP addresses enter, then coldfusion displays all the
> debugging info that is checked in the admin.
>
>
> ----- Original Message -----
> From: paul smith <[EMAIL PROTECTED]>
> To: CF-Talk <[EMAIL PROTECTED]>
> Sent: Sunday, March 04, 2001 8:47 AM
> Subject: Debugged
>
>
> > Since I moved my LAN behind a firewall with non-routable IPs, CF
debugging
> > no longer works for specific IP addresses - even when both the browser
and
> > CF server are on the non-routable IP addresses.
> >
> > CF debugging does work if I do not enter any IP addresses in CF
> Administrator.
> >
> > Is this expected behavior, or have I screwed something up (again)?
> >
> > best, paul
> >
> >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Tue, 14 Nov 2000 09:47:16 -0600
> From: "Phoeun Pha" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Refresh, on save
> Message-ID: <001501c04e52$2a27a560$0100a8c0@m4x0w0>
>
> my friend, NEVER EVER use coldfusion's browser. use an external browser
>
>
> ----- Original Message -----
> From: Michael <[EMAIL PROTECTED]>
> To: CF-Talk <[EMAIL PROTECTED]>
> Sent: Sunday, March 04, 2001 12:32 PM
> Subject: Refresh, on save
>
>
> > I am trying to figure out what I am missing in the setup, when working
in
> > studio, then save, and goto browse, I have to hit refresh, in order to
see
> > my changes, although on my system at work, once I hit browse, it show's
> the
> > changes, automagically.
> >
> >
> > What setting am I missing?
> >
> > Thanks
> >
> > Michael
> >
> >
> >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 07:48:42 -0800
> From: David Shadovitz <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: CF_ColumnList Custom Tag
> Message-ID: <[EMAIL PROTECTED]>
>
> I've written a simple CFML Custom Tag which created a "properly" ordered
list
> of columns in a query. This gets around the problem that the CF-supplied
> ColumnList is in an unpredictable order.
>
> If the SELECT clause is a list of columns, the tag returns a list of those
> columns in the same order as they appear in the SELECT clause.
>
> If the SELECT clause is "*", the tag returns a list of those columns in
the
> same order as they appear in the database.
>
> It works by simply converting the input query into a WDDX packet and then
> extracting the packet's list of columns. It so happens that the data in
the
> WDDX packet is in the proper order.
>
> I tried submitting it to Allaire, unsuccessfully. If anyone wants it,
just
> send me email and I'll send it.
>
> (Posted to CF-Talk and CFDJList)
>
> -David
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 18:06:25 +0200
> From: "Erki Esken" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: test for holes
> Message-ID: <024501c0a4c5$10ca4d60$0500a8c0@erki>
>
> > Hi everyone,
> > is there any software that can test the .cfm site for holes. I'm
> > heard about MunchkinLand from houseoffusion, but I can't open it.
> > Where can I find and download it.
>
> Another testing product is SecretAgents.com's STOMP tool. It checks your
> CFML code for all sorts of things, including security related stuff like
> using #Val(URL.foo)# not just #URL.foo# in SQL statements etc.
>
> See more:
> http://www.secretagents.com/products/index.cfm?fuseaction=product&product_
> id=1&page_id=61
>
>
> Erki
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 11:15:37 -0800
> From: "Michael" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Refresh, on save
> Message-ID: <3aa26960$[EMAIL PROTECTED]>
>
> How does that answer my question? Ooops it doesn't.
>
> While your point maybe valid, it does not answer my question.
>
>
> "Phoeun Pha" <[EMAIL PROTECTED]> wrote in message
> 001501c04e52$2a27a560$0100a8c0@m4x0w0">news:001501c04e52$2a27a560$0100a8c0@m4x0w0...
> > my friend, NEVER EVER use coldfusion's browser. use an external browser
> >
> >
> > ----- Original Message -----
> > From: Michael <[EMAIL PROTECTED]>
> > To: CF-Talk <[EMAIL PROTECTED]>
> > Sent: Sunday, March 04, 2001 12:32 PM
> > Subject: Refresh, on save
> >
> >
> > > I am trying to figure out what I am missing in the setup, when
working
> in
> > > studio, then save, and goto browse, I have to hit refresh, in order to
> see
> > > my changes, although on my system at work, once I hit browse, it
show's
> > the
> > > changes, automagically.
> > >
> > >
> > > What setting am I missing?
> > >
> > > Thanks
> > >
> > > Michael
> > >
> > >
> > >
> > >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 16:20:42 -0000
> From: "Philip Arnold - ASP" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Refresh, on save
> Message-ID: <[EMAIL PROTECTED]>
>
> > I am trying to figure out what I am missing in the setup, when working
in
> > studio, then save, and goto browse, I have to hit refresh, in order to
see
> > my changes, although on my system at work, once I hit browse, it
> > show's the changes, automagically.
>
> Are your browser settings the same?
> Check how it's reading from the cache
>
> Philip Arnold
> Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
>
> "Websites for the real world"
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **********************************************************************
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 11:38:10 -0500
> From: Patricia Lee <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Refresh, on save
> Message-ID:
<[EMAIL PROTECTED]>
>
> Go to Options > Configure External Browsers
>
> Make sure the option for "Browse using a temporary copy (no need to save)"
> is not checked.
> You probably want the option for "Automatically save changes to current
> document" instead.
>
> This might fix your problem... even though the option is for configuring
> external browsers, it will affect the [browse] button in studio as well,
> since it the button is probably set up to use your external browser
instead
> of studio's browser.
>
> |-----Original Message-----
> |From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
> |Sent: Sunday, March 04, 2001 11:21 AM
> |To: CF-Talk
> |Subject: RE: Refresh, on save
> |
> |
> |> I am trying to figure out what I am missing in the setup,
> |when working in
> |> studio, then save, and goto browse, I have to hit refresh,
> |in order to see
> |> my changes, although on my system at work, once I hit browse, it
> |> show's the changes, automagically.
> |
> |Are your browser settings the same?
> |Check how it's reading from the cache
> |
> |Philip Arnold
> |Director
> |Certified ColdFusion Developer
> |ASP Multimedia Limited
> |T: +44 (0)20 8680 1133
> |
> |"Websites for the real world"
> |
> |**********************************************************************
> |This email and any files transmitted with it are confidential and
> |intended solely for the use of the individual or entity to whom they
> |are addressed. If you have received this email in error please notify
> |the system manager.
> |**********************************************************************
> |
> |
> |
> |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 11:39:32 -0500
> From: Patricia Lee <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: enablecfoutputonly and the mysterious space
> Message-ID:
<[EMAIL PROTECTED]>
>
> Yes, I can corroborate this. You do want to use CFSILENT. There are a
lot
> of flash guys here and I've had to work with them once or twice and we
have
> seen the mysterious single space problem and solved it with judicious use
of
> the cfsilent tag.
>
> |-----Original Message-----
> |From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> |Sent: Sunday, March 04, 2001 11:53 AM
> |To: CF-Talk
> |Subject: Re: enablecfoutputonly and the mysterious space
> |
> |
> | You may want to look into CFSILENT. You may also want to
> |rewrite the
> |page with no line breaks. Or (I'm not sure how or if
> |possible) re-write
> |the Flash movie to ignore whitespace.
> |
> |At 08:57 PM 03/04/2001 +1300, you wrote:
> |>I'm having this wonderful problem with a space being added to
> |the front of
> |>the document:
> |>
> |>first line of application.cfm is
> |><cfsetting enablecfoutputonly="yes">
> |>
> |>then it includes a server specific config file that sets the
> |application
> |>stuff, i.e. <cfapplication name=blah...etc>
> |>
> |>as far as I can tell, the space exists unless there is
> |absolute no line
> |>breaks, etc between the <cfsetting> and the <cfapplication>
> |tags, and the
> |>page containing the <cfapplication> tag must not have any
> |line breaks as
> |>well...
> |>
> |>This is a problem because I'm trying to get Macromedia Flash to load
> |>variables off a CF page, and a space in front breaks Flash...
> |>
> |>Is there a fix for this?
> |>
> |>
> |>
> |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 11:40:22 -0500
> From: "ibtoad" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: test for holes
> Message-ID: <[EMAIL PROTECTED]>
>
> What exactly do the results mean??? I tried it and got the following:
> 500shtml.dll
> 500carbo.dll
> 500shtml.dll
>
> Thanks,
> Rich
>
> -----Original Message-----
> From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, March 04, 2001 2:50 AM
> To: CF-Talk
> Subject: Re: test for holes
>
>
> You have to install the CFX_Http tag on your system to run this. I haven't
> upgraded it to use the new features in the latest CFHTTP. Once the CFX is
> installed, just run munchkinlan.cfm and follow the instructions
>
>
> > Can I know how to use it
> > ----- Original Message -----
> > From: nizam <[EMAIL PROTECTED]>
> > To: CF-Talk <[EMAIL PROTECTED]>
> > Sent: Sunday, March 04, 2001 2:42 PM
> > Subject: Re: test for holes
> >
> >
> > > Thank you
> > > ----- Original Message -----
> > > From: Howie Hamlin <[EMAIL PROTECTED]>
> > > To: CF-Talk <[EMAIL PROTECTED]>
> > > Sent: Saturday, March 03, 2001 8:30 PM
> > > Subject: Re: test for holes
> > >
> > >
> > > > http://www.houseoffusion.com/hof/security/MunchkinLAN.cfm
> > > >
> > > > Regards,
> > > >
> > > > Howie Hamlin - inFusion Project Manager
> > > > On-Line Data Solutions, Inc.
> > > > www.CoolFusion.com
> > > > 631-737-4668 x101
> > > > inFusion Mail Server (iMS) - the World's most configurable mail
server
> > > > Get your free copy of iMS POST-SE Server from CoolFusion!
> > > >
> > > > ----- Original Message -----
> > > > From: "nizam" <[EMAIL PROTECTED]>
> > > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > > Sent: Sunday, March 04, 2001 2:41 PM
> > > > Subject: test for holes
> > > >
> > > >
> > > > > Hi everyone,
> > > > > is there any software that can test the .cfm site for holes. I'm
> heard
> > > > about
> > > > > MunchkinLand from houseoffusion, but I can't open it. Where can I
> find
> > > and
> > > > > download it.
> > > > >
> > > > > Thank you
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 11:44:33 -0500
> From: "Deb Dickerson" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Refresh, on save
> Message-ID: <[EMAIL PROTECTED]>
>
> If you've got IE 5.5, there's a KB that talks about that problem:
> http://www.allaire.com/Handlers/index.cfm?ID=19070&Method=Full
>
> Deb
>
>
> > -----Original Message-----
> > From: Michael [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, March 04, 2001 1:32 PM
> > To: CF-Talk
> > Subject: Refresh, on save
> >
> >
> > I am trying to figure out what I am missing in the setup, when working
in
> > studio, then save, and goto browse, I have to hit refresh, in order to
see
> > my changes, although on my system at work, once I hit browse, it
> > show's the
> > changes, automagically.
> >
> >
> > What setting am I missing?
> >
> > Thanks
> >
> > Michael
> >
> >
> >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 11:55:12 -0500
> From: "Howie Hamlin" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: test for holes
> Message-ID: <1c3901c0a4cb$e18351d0$[EMAIL PROTECTED]>
>
> The program looks for certain well-known holes (files which hackers look
> for). If you get a 500 then that is good since it means that there was an
> error retrieving the file from your server.
>
> HTH,
>
> Howie Hamlin - inFusion Project Manager
> On-Line Data Solutions, Inc.
> www.CoolFusion.com
> 631-737-4668 x101
> inFusion Mail Server (iMS) - the World's most configurable mail server
> Get your free copy of iMS POST-SE Server from CoolFusion!
>
> ----- Original Message -----
> From: "ibtoad" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Sunday, March 04, 2001 11:40 AM
> Subject: RE: test for holes
>
>
> > What exactly do the results mean??? I tried it and got the following:
> > 500shtml.dll
> > 500carbo.dll
> > 500shtml.dll
> >
> > Thanks,
> > Rich
> >
> > -----Original Message-----
> > From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, March 04, 2001 2:50 AM
> > To: CF-Talk
> > Subject: Re: test for holes
> >
> >
> > You have to install the CFX_Http tag on your system to run this. I
haven't
> > upgraded it to use the new features in the latest CFHTTP. Once the CFX
is
> > installed, just run munchkinlan.cfm and follow the instructions
> >
> >
> > > Can I know how to use it
> > > ----- Original Message -----
> > > From: nizam <[EMAIL PROTECTED]>
> > > To: CF-Talk <[EMAIL PROTECTED]>
> > > Sent: Sunday, March 04, 2001 2:42 PM
> > > Subject: Re: test for holes
> > >
> > >
> > > > Thank you
> > > > ----- Original Message -----
> > > > From: Howie Hamlin <[EMAIL PROTECTED]>
> > > > To: CF-Talk <[EMAIL PROTECTED]>
> > > > Sent: Saturday, March 03, 2001 8:30 PM
> > > > Subject: Re: test for holes
> > > >
> > > >
> > > > > http://www.houseoffusion.com/hof/security/MunchkinLAN.cfm
> > > > >
> > > > > Regards,
> > > > >
> > > > > Howie Hamlin - inFusion Project Manager
> > > > > On-Line Data Solutions, Inc.
> > > > > www.CoolFusion.com
> > > > > 631-737-4668 x101
> > > > > inFusion Mail Server (iMS) - the World's most configurable mail
> server
> > > > > Get your free copy of iMS POST-SE Server from CoolFusion!
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "nizam" <[EMAIL PROTECTED]>
> > > > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > > > Sent: Sunday, March 04, 2001 2:41 PM
> > > > > Subject: test for holes
> > > > >
> > > > >
> > > > > > Hi everyone,
> > > > > > is there any software that can test the .cfm site for holes. I'm
> > heard
> > > > > about
> > > > > > MunchkinLand from houseoffusion, but I can't open it. Where can
I
> > find
> > > > and
> > > > > > download it.
> > > > > >
> > > > > > Thank you
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 17:06:05 -0000
> From: "W Luke" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Mailing Shots in CF
> Message-ID: <000901c0a4cd$66792440$3500a8c0@ekul>
>
> Hi,
>
> I'm looking for a bit of advice and ideas with Mailing Shots in CF. I run
a
> site with an Access DB, and use a basic <cfmail> query to grab the members
> and send the weekly mail out - however only half the members receive the
> email, due to a timeout problem. I don't know why - default 30
> second-timeout seems huge enough to me, and the query is relatively small
> (500 or so members).
>
> So, my questions are:
>
> 1) Why am I getting a timeout?
> 2) How can I send out a mail-shot to my customers?
> 3) I asked my ISP to install CoolFusion's IMS...but they didn't want to :(
>
> Thanks for any tips or general ideas on this.
>
> Will
> [EMAIL PROTECTED] -=- www.lukrative.com
> Local-Advertising -=- www.localbounty.com
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 12:26:50 -0800
> From: "Michael" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Refresh, on save
> Message-ID: <3aa27a11$[EMAIL PROTECTED]>
>
> This isnt the external browser, its the internal, but I appreciate your
> input/reply
>
> Thanks
>
> Michae
> "Patricia Lee" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Go to Options > Configure External Browsers
> >
> > Make sure the option for "Browse using a temporary copy (no need to
save)"
> > is not checked.
> > You probably want the option for "Automatically save changes to current
> > document" instead.
> >
> > This might fix your problem... even though the option is for configuring
> > external browsers, it will affect the [browse] button in studio as well,
> > since it the button is probably set up to use your external browser
> instead
> > of studio's browser.
> >
> > |-----Original Message-----
> > |From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
> > |Sent: Sunday, March 04, 2001 11:21 AM
> > |To: CF-Talk
> > |Subject: RE: Refresh, on save
> > |
> > |
> > |> I am trying to figure out what I am missing in the setup,
> > |when working in
> > |> studio, then save, and goto browse, I have to hit refresh,
> > |in order to see
> > |> my changes, although on my system at work, once I hit browse, it
> > |> show's the changes, automagically.
> > |
> > |Are your browser settings the same?
> > |Check how it's reading from the cache
> > |
> > |Philip Arnold
> > |Director
> > |Certified ColdFusion Developer
> > |ASP Multimedia Limited
> > |T: +44 (0)20 8680 1133
> > |
> > |"Websites for the real world"
> > |
> > |**********************************************************************
> > |This email and any files transmitted with it are confidential and
> > |intended solely for the use of the individual or entity to whom they
> > |are addressed. If you have received this email in error please notify
> > |the system manager.
> > |**********************************************************************
> > |
> > |
> > |
> > |
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 17:25:39 -0000
> From: "Philip Arnold - ASP" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: (yet another) Javascript Question
> Message-ID: <[EMAIL PROTECTED]>
>
> > I don't really know Javascript, but that's a really cute name! Jeanne
heh
>
> That's a new one - CF-Talk used for chatting someone up <g>
>
> Philip Arnold
> Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
>
> "Websites for the real world"
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **********************************************************************
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 17:29:37 -0000
> From: "Philip Arnold - ASP" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Refresh, on save
> Message-ID: <[EMAIL PROTECTED]>
>
> > This isnt the external browser, its the internal, but I appreciate your
> > input/reply
>
> In which case do you mean "use the built-in browser" or just the "browse"
> button?
>
> If you mean the built-in one, then it has cache problems... try using
either
> IE or NS to view, internal or external
> That way you can change the browser settings properly
>
> Philip Arnold
> Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
>
> "Websites for the real world"
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **********************************************************************
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Get the official book at http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 12:37:16 -0800
> From: "Michael" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Refresh of internal Browser
> Message-ID: <3aa27c83$[EMAIL PROTECTED]>
>
> On the internal browser of studio
>
>
> I am trying to figure out what I am missing in the setup, when working in
> studio, then save, and goto browse, I have to hit refresh, in order to see
> my changes, although on my system at work, once I hit browse, it show's
the
> changes, automagically.
>
>
> What setting am I missing?
>
> Thanks
>
> Michael
>
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 09:39:08 -0800
> From: David Shadovitz <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: CF / SQL 2000 XML?
> Message-ID: <[EMAIL PROTECTED]>
>
> How's this for inelegance?
> Do your "select *" query, and then do a new query using an alias: "select
> #test.columnlist# as goodname"
> -David
>
> On Friday, March 02, 2001 8:40 AM, Michel Vuijlsteke
[SMTP:[EMAIL PROTECTED]]
> wrote:
> > Is it possible to use the new XML output in SQL Server 2000 in
ColdFusion
> > with thing like this:
> >
> > <cfquery name="test" datasource="pubs">
> > SELECT * FROM authors FOR XML auto
> > </cfquery>
> >
> > <cfoutput query="test">
> > #something#
> > </cfoutput>
> >
> > where "something" is the name of the "field" SQL server returns the XML
in.
> >
> > There's always just one field, and you can obviously get its name with
> > #test.columnlist#, but the problem is that this "field" has a name with
> > dashes in it (e.g. XML_F52E2B61-18A1-11D1-B105-00805F49916B), and that
CF
> > chokes on the variable name.
> >
> > Any ideas anyone?
> >
> > Michel Vuijlsteke
> > NEtpoint
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 13:08:33 -0800
> From: "Michael" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Refresh, on save
> Message-ID: <3aa283d7$[EMAIL PROTECTED]>
>
> The built in one, which is what I use primarily
>
>
>
> "Philip Arnold - ASP" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > This isnt the external browser, its the internal, but I appreciate
your
> > > input/reply
> >
> > In which case do you mean "use the built-in browser" or just the
"browse"
> > button?
> >
> > If you mean the built-in one, then it has cache problems... try using
> either
> > IE or NS to view, internal or external
> > That way you can change the browser settings properly
> >
> > Philip Arnold
> > Director
> > Certified ColdFusion Developer
> > ASP Multimedia Limited
> > T: +44 (0)20 8680 1133
> >
> > "Websites for the real world"
> >
> > **********************************************************************
> > This email and any files transmitted with it are confidential and
> > intended solely for the use of the individual or entity to whom they
> > are addressed. If you have received this email in error please notify
> > the system manager.
> > **********************************************************************
> >
> >
> >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 12:12:56 -0600
> From: <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: (yet another) Javascript Question
> Message-ID: <[EMAIL PROTECTED]>
>
> > > I don't really know Javascript, but that's a really cute name!
> > Jeanne heh
> >
> > That's a new one - CF-Talk used for chatting someone up <g>
>
> But not surprising, considering the source.
>
> -ron
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 18:14:32 -0000
> From: Aidan Whitehall <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Arrays....
> Message-ID: <214507C349B2D411B81200104B6B3F2E0D4103@NETSHOPPER01>
>
> > How would i display the entire contents of an array?
>
> Use CF_Show to output it on screen (Developers Exchange).
>
> And looking at the source code might give you an idea of how to code what
> you're after.
>
>
>
> --
> Aidan Whitehall <[EMAIL PROTECTED]>
> Netshopper UK Ltd
> Advanced Web Solutions & Services
>
> http://www.netshopperuk.com/
> Telephone +44 (01744) 648650
> Fax +44 (01744) 648651
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 13:25:39 -0800
> From: "Michael" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Refresh of internal Browser
> Message-ID: <[EMAIL PROTECTED]>
>
> Ok here's the skoop, I edit my code, click the save, or do the key
> sequence, and then click the browse tab, and the page is displayed with
the
> updated Code, NO refresh has been initiated at all, And I can NOT
figure
> out what setting this is, to allow this to happen.
>
> Does any one know what setting this maybe.
>
> Thank YOU
> Michael
>
>
>
>
> "Michael" <[EMAIL PROTECTED]> wrote in message
> 3aa27c83$[EMAIL PROTECTED]">news:3aa27c83$[EMAIL PROTECTED]...
> >
> > On the internal browser of studio
> >
> >
> > I am trying to figure out what I am missing in the setup, when working
in
> > studio, then save, and goto browse, I have to hit refresh, in order to
see
> > my changes, although on my system at work, once I hit browse, it show's
> the
> > changes, automagically.
> >
> >
> > What setting am I missing?
> >
> > Thanks
> >
> > Michael
> >
> >
> >
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 18:32:41 -0000
> From: "Philip Arnold - ASP" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Refresh of internal Browser
> Message-ID: <[EMAIL PROTECTED]>
>
> > Ok here's the skoop, I edit my code, click the save, or do the key
> > sequence, and then click the browse tab, and the page is
> > displayed with the updated Code, NO refresh has been initiated at
> > all, And I can NOT figure out what setting this is, to allow this
> > to happen.
>
> Have you got "Use external browser configuration for Internal Browser"
> checked?
>
> Not sure if that impacts on built-in, but it's worth a try
>
> I avoid the built-in one as it has problems...
>
> Philip Arnold
> Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
>
> "Websites for the real world"
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **********************************************************************
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 13:48:48 -0500
> From: "Michael" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Refresh of internal Browser
> Message-ID: <3aa28e82$[EMAIL PROTECTED]>
>
> Use MS internet explorer, with 0 days of history recorded.
>
> I have the work system right next to the home computer now and still
cannot
> figure out which setting I am not getting or seeing
>
> Beating head on desk
>
> Michael
>
>
> "Philip Arnold - ASP" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > Ok here's the skoop, I edit my code, click the save, or do the key
> > > sequence, and then click the browse tab, and the page is
> > > displayed with the updated Code, NO refresh has been initiated at
> > > all, And I can NOT figure out what setting this is, to allow this
> > > to happen.
> >
> > Have you got "Use external browser configuration for Internal Browser"
> > checked?
> >
> > Not sure if that impacts on built-in, but it's worth a try
> >
> > I avoid the built-in one as it has problems...
> >
> > Philip Arnold
> > Director
> > Certified ColdFusion Developer
> > ASP Multimedia Limited
> > T: +44 (0)20 8680 1133
> >
> > "Websites for the real world"
> >
> > **********************************************************************
> > This email and any files transmitted with it are confidential and
> > intended solely for the use of the individual or entity to whom they
> > are addressed. If you have received this email in error please notify
> > the system manager.
> > **********************************************************************
> >
> >
> >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 11:39:43 -0800
> From: [EMAIL PROTECTED] (paul smith)
> To: [EMAIL PROTECTED]
> Subject: Re: Debugged
> Message-ID: <[EMAIL PROTECTED]>
>
> Yes, I know. I assume it displays it to everyone, too.
>
> How do I get it to display it to me only?
>
> best, paul
>
> At 09:46 AM 11/14/00 -0600, you wrote:
> >if there are no IP addresses enter, then coldfusion displays all the
> >debugging info that is checked in the admin.
> >
> >
> >----- Original Message -----
> >From: paul smith <[EMAIL PROTECTED]>
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Sent: Sunday, March 04, 2001 8:47 AM
> >Subject: Debugged
> >
> >
> > > Since I moved my LAN behind a firewall with non-routable IPs, CF
debugging
> > > no longer works for specific IP addresses - even when both the browser
and
> > > CF server are on the non-routable IP addresses.
> > >
> > > CF debugging does work if I do not enter any IP addresses in CF
> >Administrator.
> > >
> > > Is this expected behavior, or have I screwed something up (again)?
> > >
> > > best, paul
> > >
> > >
> > >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 11:47:15 -0800
> From: "Kinley Pon" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: OT: Enterprise Manager
> Message-ID: <[EMAIL PROTECTED]>
>
> I have been frustated out of my brains...I foolishly selected to have the
> wizard for registering a new SQL Server turned off.
>
> So from that point on, each time I right-click a server and then click
"New
> SQL Server Registration", I get the "Registered SQL Server Properties"
> dialog box instead.
>
> Within the dialog, the dropdown list does not have anything available to
> select from except "(local)", so I enter the IP address of the server I
wish
> to register. This is not working for me. I get a timeout when attempting
> to connect.
>
> I have used the wizard and that works beautifully. But how do I re-set my
> Enterprise Manager so that I can have access to the wizard again? I have
> tried uninstalling and installing Enterprise Manager several times but it
is
> storing the original setup somewhere on my workstation.
>
> Really frustrated...
>
> Can anyone help...please? - Kinley
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 19:47:15 -0000
> From: "Philip Arnold - ASP" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Debugged
> Message-ID: <[EMAIL PROTECTED]>
>
> > >if there are no IP addresses enter, then coldfusion displays all the
> > >debugging info that is checked in the admin.
> >
> > Yes, I know. I assume it displays it to everyone, too.
> >
> > How do I get it to display it to me only?
>
> Put in your IP address into the box at the bottom - you must have a static
> IP for this to work, unless you want to put every IP you can dial into,
and
> then anyone else on your ISP can see the debug info - VERY bad idea...
>
> Philip Arnold
> Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
>
> "Websites for the real world"
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **********************************************************************
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 14:52:28 -0500
> From: "CF" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Debugged
> Message-ID: <052d01c0a4e4$a4fee1c0$[EMAIL PROTECTED]>
>
> Your answer is in the mail you responded to ;)
>
> Go to your CF Administrator and enter the IP addresses of the machines you
> want the debug info shown to.
>
> Also Paul, change make sure one of those addresses you enter is the IP
> address of the gateway machine that does your NAT and you should be good
to
> go.
>
> Todd Ashworth
> Web Application Developer
> Network Administrator
>
> ----- Original Message -----
> From: "paul smith" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Sunday, March 04, 2001 2:39 PM
> Subject: Re: Debugged
>
>
> > Yes, I know. I assume it displays it to everyone, too.
> >
> > How do I get it to display it to me only?
> >
> > best, paul
> >
> > At 09:46 AM 11/14/00 -0600, you wrote:
> > >if there are no IP addresses enter, then coldfusion displays all the
> > >debugging info that is checked in the admin.
> > >
> > >
> > >----- Original Message -----
> > >From: paul smith <[EMAIL PROTECTED]>
> > >To: CF-Talk <[EMAIL PROTECTED]>
> > >Sent: Sunday, March 04, 2001 8:47 AM
> > >Subject: Debugged
> > >
> > >
> > > > Since I moved my LAN behind a firewall with non-routable IPs, CF
> debugging
> > > > no longer works for specific IP addresses - even when both the
browser
> and
> > > > CF server are on the non-routable IP addresses.
> > > >
> > > > CF debugging does work if I do not enter any IP addresses in CF
> > >Administrator.
> > > >
> > > > Is this expected behavior, or have I screwed something up (again)?
> > > >
> > > > best, paul
> > > >
> > > >
> > > >
> > >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 14:50:52 -0800
> From: "Michael" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: UPDATE!!!!! Refresh of internal Browser, and thanks to all that
helped
> Message-ID: <3aa29bd6$[EMAIL PROTECTED]>
>
> Hmm I would never have thought of it, but the IE explorer on the work
> system was 5.00.3103.1000 and the one on the home system was different in
> the fact that it had SP1 applied to it, I removed SP1 and it worked the
> same way on the home computer as it did with the work one. SO I have
what
> I wanted, although now I am sure that something is not right because of
the
> NO sp1, but the only other alternative would be to put in some code in my
> pages so that once save and viewed, they would refresh without me having
to
> either hit f7 or the refresh icon, which is my next step,
> ....................................... Any hints would be appreciated.
: )
>
> Thank you to all that responded.
>
>
> Michael
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 15:05:33 -0500
> From: Kevin Gilchrist <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: UPDATE!!!!! Refresh of internal Browser, and thanks to all t
hat helped
> Message-ID: <AF835BB136A5D411874800D0B746D08C24A642@REDMAIL>
>
> Haven't got to look into it but I could have sworn that the release notes
of
> *some* version of Cf Studio said that there was an enhancement that fixed
it
> so that you wouldn't have to hit the save button to get a refresh...
>
> -----Original Message-----
> From: Michael [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, March 04, 2001 5:51 PM
> To: CF-Talk
> Subject: UPDATE!!!!! Refresh of internal Browser, and thanks to all that
> helped
>
>
> Hmm I would never have thought of it, but the IE explorer on the work
> system was 5.00.3103.1000 and the one on the home system was different in
> the fact that it had SP1 applied to it, I removed SP1 and it worked the
> same way on the home computer as it did with the work one. SO I have
what
> I wanted, although now I am sure that something is not right because of
the
> NO sp1, but the only other alternative would be to put in some code in my
> pages so that once save and viewed, they would refresh without me having
to
> either hit f7 or the refresh icon, which is my next step,
> ........................................ Any hints would be appreciated.
: )
>
> Thank you to all that responded.
>
>
> Michael
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 15:25:36 -0800
> From: "Michael" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: UPDATE!!!!! Refresh of internal Browser, and thanks to all t
hat helped
> Message-ID: <3aa2a3f9$[EMAIL PROTECTED]>
>
> Well if you find that I would appreciate you sharing it.
>
> THANK YOU
>
>
>
> "Kevin Gilchrist" <[EMAIL PROTECTED]> wrote in message
> AF835BB136A5D411874800D0B746D08C24A642@REDMAIL">news:AF835BB136A5D411874800D0B746D08C24A642@REDMAIL...
> > Haven't got to look into it but I could have sworn that the release
notes
> of
> > *some* version of Cf Studio said that there was an enhancement that
fixed
> it
> > so that you wouldn't have to hit the save button to get a refresh...
> >
> > -----Original Message-----
> > From: Michael [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, March 04, 2001 5:51 PM
> > To: CF-Talk
> > Subject: UPDATE!!!!! Refresh of internal Browser, and thanks to all that
> > helped
> >
> >
> > Hmm I would never have thought of it, but the IE explorer on the
work
> > system was 5.00.3103.1000 and the one on the home system was different
in
> > the fact that it had SP1 applied to it, I removed SP1 and it worked the
> > same way on the home computer as it did with the work one. SO I have
> what
> > I wanted, although now I am sure that something is not right because of
> the
> > NO sp1, but the only other alternative would be to put in some code in
my
> > pages so that once save and viewed, they would refresh without me having
> to
> > either hit f7 or the refresh icon, which is my next step,
> > ........................................ Any hints would be appreciated.
> : )
> >
> > Thank you to all that responded.
> >
> >
> > Michael
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Mon, 05 Mar 2001 09:25:50 +1300
> From: "Victor Chou" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: enablecfoutputonly and the mysterious space
> Message-ID: <005401c0a4e9$8709de40$6701a8c0@pegasus>
>
> Thanks, I'll have a look at CFSILENT, I'm curreently "fixing" it by
removing
> all line breaks and white spaces from the application.cfm and its included
> files, but this ain't pretty for a whole chunk of session management
stuff.
>
> And there is no way to fix it in Flash, the Flash load variable function
> basically just sees the space in front and goes "nope, no variables".
>
>
> ----- Original Message -----
> From: "Jeffry Houser" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, March 05, 2001 5:53 AM
> Subject: Re: enablecfoutputonly and the mysterious space
>
>
> > You may want to look into CFSILENT. You may also want to rewrite the
> > page with no line breaks. Or (I'm not sure how or if possible) re-write
> > the Flash movie to ignore whitespace.
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 12:26:11 -0800
> From: "Dylan Bromby" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Enterprise Manager
> Message-ID: <000301c0a4e9$5b280ae0$6401a8c0@bromby>
>
> i'm not sure if i fully understand the problem...but if you're trying to
> connect to a remote server, have you tried setting it up using the client
> network utility?
>
> -----Original Message-----
> From: Kinley Pon [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, March 04, 2001 11:47 AM
> To: CF-Talk
> Subject: OT: Enterprise Manager
>
>
> I have been frustated out of my brains...I foolishly selected to have the
> wizard for registering a new SQL Server turned off.
>
> So from that point on, each time I right-click a server and then click
"New
> SQL Server Registration", I get the "Registered SQL Server Properties"
> dialog box instead.
>
> Within the dialog, the dropdown list does not have anything available to
> select from except "(local)", so I enter the IP address of the server I
wish
> to register. This is not working for me. I get a timeout when attempting
> to connect.
>
> I have used the wizard and that works beautifully. But how do I re-set my
> Enterprise Manager so that I can have access to the wizard again? I have
> tried uninstalling and installing Enterprise Manager several times but it
is
> storing the original setup somewhere on my workstation.
>
> Really frustrated...
>
> Can anyone help...please? - Kinley
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 13:16:15 -0800
> From: David Shadovitz <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Structure of Structures?
> Message-ID: <[EMAIL PROTECTED]>
>
> And let me add that CF_ObjectDump is a great tag to display this kind of
stuff,
> as a check that you've gotten it right.
> -David
>
> On Saturday, March 03, 2001 3:35 PM, Scott Weikert
[SMTP:[EMAIL PROTECTED]]
> wrote:
> > You're close...
> >
> > Struct1 = StructNew();
> >
> > Struct1[key] = StructNew();
> >
> > Struct1[key].varname = whatever;
> > Struct1[key].varname2 = whatever agian;
> >
> > etc etc.
> >
> > ----- Original Message -----
> > From: "Chris Martin" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Saturday, March 03, 2001 11:52 AM
> > Subject: Structure of Structures?
> >
> > > Hi. I am working on a current project, and it seems that I will need
to
> > > somehow create a structure of structures.
> > > Thanks.
> > > Chris Martin
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 16:21:23 -0800
> From: Jeffry Houser <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: OT: Enterprise Manager
> Message-ID: <[EMAIL PROTECTED]>
>
> At 11:47 AM 03/04/2001 -0800, you wrote:
> >I have been frustated out of my brains...I foolishly selected to have the
> >wizard for registering a new SQL Server turned off.
> >
> >So from that point on, each time I right-click a server and then click
"New
> >SQL Server Registration", I get the "Registered SQL Server Properties"
> >dialog box instead.
> >
> >Within the dialog, the dropdown list does not have anything available to
> >select from except "(local)", so I enter the IP address of the server I
wish
> >to register. This is not working for me. I get a timeout when
attempting
> >to connect.
>
> Extend the timeout... I think the default is like 10 seconds or
> something. I've never been able to successfully register a server without
> upping it. I typically use 30 seconds. The option to extend the timeout
is
> very hidden (and I don't know where off the top of my head).
>
>
>
> >I have used the wizard and that works beautifully. But how do I re-set
my
> >Enterprise Manager so that I can have access to the wizard again? I have
> >tried uninstalling and installing Enterprise Manager several times but it
is
> >storing the original setup somewhere on my workstation.
>
> If you don't mind un-installing and re-installing. Un-install. Do a
> search in the registery for everything SQL Server related, and delete it.
>
>
>
> Jeff Houser | mailto:[EMAIL PROTECTED]
> AIM: Reboog711 | ICQ: 5246969 | Phone: 860-229-2781
> --
> Instant ColdFusion 5.0 | ISBN: 0-07-213238-8
> Due out 3rd Quarter 2001
> --
> DotComIt, LLC
> database driven web data using ColdFusion, Lotus Notes/Domino
> --
> Half of the Alternative Folk Duo called Far Cry Fly
> http://www.farcryfly.com | http://www.mp3.com/FarCryFly
> --
> I've got the brains, you've got the looks, let's make lots of money
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Mon, 05 Mar 2001 09:38:43 +1100
> From: Seamus Campbell <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Refresh of internal Browser
> Message-ID: <[EMAIL PROTECTED]>
>
> I had this problem - reinstalled everything then found for me this was the
> problem
> In Interent Explorer
> Tools
> Internet Options
> Temp Internet Files
> Settings
>
> Make sure this is checked
>
> Check for newer versions of the stored pages:
> Every visit to the page
>
> HTH
>
> Seamus
>
>
>
> At 05:48 am 5/03/01 , you wrote:
> >Use MS internet explorer, with 0 days of history recorded.
> >
> >I have the work system right next to the home computer now and still
cannot
> >figure out which setting I am not getting or seeing
> >
> >Beating head on desk
> >
> >Michael
> >
> >
> >"Philip Arnold - ASP" <[EMAIL PROTECTED]> wrote in message
> >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > > Ok here's the skoop, I edit my code, click the save, or do the key
> > > > sequence, and then click the browse tab, and the page is
> > > > displayed with the updated Code, NO refresh has been initiated at
> > > > all, And I can NOT figure out what setting this is, to allow this
> > > > to happen.
> > >
> > > Have you got "Use external browser configuration for Internal Browser"
> > > checked?
> > >
> > > Not sure if that impacts on built-in, but it's worth a try
> > >
> > > I avoid the built-in one as it has problems...
> > >
> > > Philip Arnold
> > > Director
> > > Certified ColdFusion Developer
> > > ASP Multimedia Limited
> > > T: +44 (0)20 8680 1133
> > >
> > > "Websites for the real world"
> > >
> > > **********************************************************************
> > > This email and any files transmitted with it are confidential and
> > > intended solely for the use of the individual or entity to whom they
> > > are addressed. If you have received this email in error please notify
> > > the system manager.
> > > **********************************************************************
> > >
> > >
> > >
> > >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 14:54:31 -0800
> From: [EMAIL PROTECTED] (paul smith)
> To: [EMAIL PROTECTED]
> Subject: RE: Debugged
> Message-ID: <[EMAIL PROTECTED]>
>
> I know how to do it. My problem is it doesn't work.
> Putting a static address in there doesn't work.
> Remember, we're only talking about across the LAN.
>
> Yes, I know I don't want to leave it empty, my point
> in describing this is that debugging display DOES
> work, but ONLY if I show it to everyone.
>
> best, paul
>
> At 07:47 PM 3/4/01 +0000, you wrote:
> >Put in your IP address into the box at the bottom - you must have a
static
> >IP for this to work, unless you want to put every IP you can dial into,
and
> >then anyone else on your ISP can see the debug info - VERY bad idea...
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 18:00:48 -0500
> From: Dave Watts <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Debugged
> Message-ID:
<[EMAIL PROTECTED]>
>
> > I know how to do it. My problem is it doesn't work.
> > Putting a static address in there doesn't work.
> > Remember, we're only talking about across the LAN.
> >
> > Yes, I know I don't want to leave it empty, my point
> > in describing this is that debugging display DOES
> > work, but ONLY if I show it to everyone.
>
> I've run into this kind of problem before. The cause might be that you
think
> your IP address is one thing, but your CF server thinks it's something
else.
> Things like proxy servers might cause this. If you turn on debugging for
> everyone for a minute, check CGI.REMOTE_ADDR against your IP address. If
you
> can't turn on debugging for everyone for even a minute, just write a
script
> which displays CGI.REMOTE_ADDR.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 23:07:40 -0000
> From: "Philip Arnold - ASP" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Debugged
> Message-ID: <[EMAIL PROTECTED]>
>
> > I know how to do it. My problem is it doesn't work.
> > Putting a static address in there doesn't work.
> > Remember, we're only talking about across the LAN.
> >
> > Yes, I know I don't want to leave it empty, my point
> > in describing this is that debugging display DOES
> > work, but ONLY if I show it to everyone.
>
> You have stop/started the service after doing this, haven't you?
>
> Philip Arnold
> Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
>
> "Websites for the real world"
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **********************************************************************
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 18:16:07 -0500
> From: Dave Watts <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Debugged
> Message-ID:
<[EMAIL PROTECTED]>
>
> > > I know how to do it. My problem is it doesn't work.
> > > Putting a static address in there doesn't work.
> > > Remember, we're only talking about across the LAN.
> > >
> > > Yes, I know I don't want to leave it empty, my point
> > > in describing this is that debugging display DOES
> > > work, but ONLY if I show it to everyone.
> >
> > You have stop/started the service after doing this, haven't you?
>
> That's not necessary. CF will automatically show debug info to specified
IP
> addresses without a service restart.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 15:17:03 -0800
> From: [EMAIL PROTECTED] (paul smith)
> To: [EMAIL PROTECTED]
> Subject: Re: Debugged
> Message-ID: <[EMAIL PROTECTED]>
>
> Thanks! Pretty bizarre.
>
> Workstation/browser is at 172.17.42.22
> CFAS is at 172.17.42.18
>
> And I have to put the public IP of my router (209.144.180.17)
> in the CFAS admin dialog for debugging to work!
>
> In summary, the CFAS Admin for debugging contains 2 IP addresses:
> 172.17.42.22 & 209.144.180.17
>
> Can someone please explain this?
>
> best, paul
>
> At 02:52 PM 3/4/01 -0500, you wrote:
> >Your answer is in the mail you responded to ;)
> >
> >Go to your CF Administrator and enter the IP addresses of the machines
you
> >want the debug info shown to.
> >
> >Also Paul, change make sure one of those addresses you enter is the IP
> >address of the gateway machine that does your NAT and you should be good
to
> >go.
> >
> >Todd Ashworth
> >Web Application Developer
> >Network Administrator
> >
> >----- Original Message -----
> >From: "paul smith" <[EMAIL PROTECTED]>
> >To: "CF-Talk" <[EMAIL PROTECTED]>
> >Sent: Sunday, March 04, 2001 2:39 PM
> >Subject: Re: Debugged
> >
> >
> > > Yes, I know. I assume it displays it to everyone, too.
> > >
> > > How do I get it to display it to me only?
> > >
> > > best, paul
> > >
> > > At 09:46 AM 11/14/00 -0600, you wrote:
> > > >if there are no IP addresses enter, then coldfusion displays all the
> > > >debugging info that is checked in the admin.
> > > >
> > > >
> > > >----- Original Message -----
> > > >From: paul smith <[EMAIL PROTECTED]>
> > > >To: CF-Talk <[EMAIL PROTECTED]>
> > > >Sent: Sunday, March 04, 2001 8:47 AM
> > > >Subject: Debugged
> > > >
> > > >
> > > > > Since I moved my LAN behind a firewall with non-routable IPs, CF
> >debugging
> > > > > no longer works for specific IP addresses - even when both the
browser
> >and
> > > > > CF server are on the non-routable IP addresses.
> > > > >
> > > > > CF debugging does work if I do not enter any IP addresses in CF
> > > >Administrator.
> > > > >
> > > > > Is this expected behavior, or have I screwed something up (again)?
> > > > >
> > > > > best, paul
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 23:14:54 -0000
> From: "Philip Arnold - ASP" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Debugged
> Message-ID: <[EMAIL PROTECTED]>
>
> > > You have stop/started the service after doing this, haven't you?
> >
> > That's not necessary. CF will automatically show debug info to
> > specified IP addresses without a service restart.
>
> It _should_, but we had one server which refused to select only the IPs
> until we stop/started it...
>
> Philip Arnold
> Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
>
> "Websites for the real world"
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **********************************************************************
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 18:24:55 -0500
> From: Dave Watts <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Debugged
> Message-ID:
<[EMAIL PROTECTED]>
>
> > Thanks! Pretty bizarre.
> >
> > Workstation/browser is at 172.17.42.22
> > CFAS is at 172.17.42.18
> >
> > And I have to put the public IP of my router (209.144.180.17)
> > in the CFAS admin dialog for debugging to work!
> >
> > In summary, the CFAS Admin for debugging contains 2 IP addresses:
> > 172.17.42.22 & 209.144.180.17
> >
> > Can someone please explain this?
>
> If your router is providing network address translation services, and your
> workstation is going through that router to reach the CF server, then your
> internal IP address (the one actually bound to your NIC) isn't what the CF
> server sees. After all, that's the point of NAT - to allow you to use many
> private IP addresses internally, while presenting one public IP address
> externally.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 18:26:07 -0500
> From: "CF" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Debugged
> Message-ID: <059201c0a502$7fb156a0$[EMAIL PROTECTED]>
>
> Yes, like I said earlier .. we have a similar type setup. Everyone who
has
> a private IP address has their address translated by the NAT server. As
far
> as the Internet is concerned, everyone that passes through that server has
> that server's IP address. To show the debug for people only on your LAN,
> just put in the IP address of the NAT server. Now, if you only want you
and
> no one else on your LAN to see the debug info, either get a real static IP
> address from somewhere, or ... I don't know what you could do.
>
> Todd Ashworth
> Web Application Developer
> Network Administrator
>
> Saber Corporation
> 314 Oakland Ave.
> Rock Hill, SC 29730
> (803) 327-0137 [111] (p)
> (803) 328-2868 (f)
> ----- Original Message -----
> From: "Dave Watts" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Sunday, March 04, 2001 6:00 PM
> Subject: RE: Debugged
>
>
> > > I know how to do it. My problem is it doesn't work.
> > > Putting a static address in there doesn't work.
> > > Remember, we're only talking about across the LAN.
> > >
> > > Yes, I know I don't want to leave it empty, my point
> > > in describing this is that debugging display DOES
> > > work, but ONLY if I show it to everyone.
> >
> > I've run into this kind of problem before. The cause might be that you
> think
> > your IP address is one thing, but your CF server thinks it's something
> else.
> > Things like proxy servers might cause this. If you turn on debugging for
> > everyone for a minute, check CGI.REMOTE_ADDR against your IP address. If
> you
> > can't turn on debugging for everyone for even a minute, just write a
> script
> > which displays CGI.REMOTE_ADDR.
> >
> > Dave Watts, CTO, Fig Leaf Software
> > http://www.figleaf.com/
> > voice: (202) 797-5496
> > fax: (202) 797-5444
> >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 15:37:43 -0800
> From: [EMAIL PROTECTED] (paul smith)
> To: [EMAIL PROTECTED]
> Subject: RE: Debugged
> Message-ID: <[EMAIL PROTECTED]>
>
> OK. Now I see. Of course! Thanks!
>
> (Since I'm viewing the website using http://www.mySite.com
> not http://172.17.42.18 , I need to go thru the router.)
>
> best, paul
>
> At 06:24 PM 3/4/01 -0500, you wrote:
> > > Thanks! Pretty bizarre.
> > >
> > > Workstation/browser is at 172.17.42.22
> > > CFAS is at 172.17.42.18
> > >
> > > And I have to put the public IP of my router (209.144.180.17)
> > > in the CFAS admin dialog for debugging to work!
> > >
> > > In summary, the CFAS Admin for debugging contains 2 IP addresses:
> > > 172.17.42.22 & 209.144.180.17
> > >
> > > Can someone please explain this?
> >
> >If your router is providing network address translation services, and
your
> >workstation is going through that router to reach the CF server, then
your
> >internal IP address (the one actually bound to your NIC) isn't what the
CF
> >server sees. After all, that's the point of NAT - to allow you to use
many
> >private IP addresses internally, while presenting one public IP address
> >externally.
> >
> >Dave Watts, CTO, Fig Leaf Software
> >http://www.figleaf.com/
> >voice: (202) 797-5496
> >fax: (202) 797-5444
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 15:40:55 -0800
> From: [EMAIL PROTECTED] (paul smith)
> To: [EMAIL PROTECTED]
> Subject: Re: Debugged
> Message-ID: <[EMAIL PROTECTED]>
>
> OK. Interesting. I only need the IP address of the NAT server.
> Fortunately, here debugging to all on the LAN is not a problem.
>
> Thanks!
>
> best, paul
>
> At 06:26 PM 3/4/01 -0500, you wrote:
> >Yes, like I said earlier .. we have a similar type setup. Everyone who
has
> >a private IP address has their address translated by the NAT server. As
far
> >as the Internet is concerned, everyone that passes through that server
has
> >that server's IP address. To show the debug for people only on your LAN,
> >just put in the IP address of the NAT server. Now, if you only want you
and
> >no one else on your LAN to see the debug info, either get a real static
IP
> >address from somewhere, or ... I don't know what you could do.
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 19:05:02 -0500
> From: "Michael" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Refresh of internal Browser
> Message-ID: <3aa2d8a1$[EMAIL PROTECTED]>
>
> What version of IE are you running NOW?
>
> That was the problem with me was the version
>
> THanks
>
> Michael
>
>
>
> "Seamus Campbell" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I had this problem - reinstalled everything then found for me this was
the
> > problem
> > In Interent Explorer
> > Tools
> > Internet Options
> > Temp Internet Files
> > Settings
> >
> > Make sure this is checked
> >
> > Check for newer versions of the stored pages:
> > Every visit to the page
> >
> > HTH
> >
> > Seamus
> >
> >
> >
> > At 05:48 am 5/03/01 , you wrote:
> > >Use MS internet explorer, with 0 days of history recorded.
> > >
> > >I have the work system right next to the home computer now and still
> cannot
> > >figure out which setting I am not getting or seeing
> > >
> > >Beating head on desk
> > >
> > >Michael
> > >
> > >
> > >"Philip Arnold - ASP" <[EMAIL PROTECTED]> wrote in message
> > >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > > > Ok here's the skoop, I edit my code, click the save, or do the
key
> > > > > sequence, and then click the browse tab, and the page is
> > > > > displayed with the updated Code, NO refresh has been initiated at
> > > > > all, And I can NOT figure out what setting this is, to allow
this
> > > > > to happen.
> > > >
> > > > Have you got "Use external browser configuration for Internal
Browser"
> > > > checked?
> > > >
> > > > Not sure if that impacts on built-in, but it's worth a try
> > > >
> > > > I avoid the built-in one as it has problems...
> > > >
> > > > Philip Arnold
> > > > Director
> > > > Certified ColdFusion Developer
> > > > ASP Multimedia Limited
> > > > T: +44 (0)20 8680 1133
> > > >
> > > > "Websites for the real world"
> > > >
> > > >
**********************************************************************
> > > > This email and any files transmitted with it are confidential and
> > > > intended solely for the use of the individual or entity to whom they
> > > > are addressed. If you have received this email in error please
notify
> > > > the system manager.
> > > >
**********************************************************************
> > > >
> > > >
> > > >
> > > >
> > >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Mon, 05 Mar 2001 11:22:26 +1100
> From: Seamus Campbell <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Refresh of internal Browser
> Message-ID: <[EMAIL PROTECTED]>
>
> 5.5
>
>
> At 11:05 am 5/03/01 , you wrote:
> >What version of IE are you running NOW?
> >
> >That was the problem with me was the version
> >
> >THanks
> >
> >Michael
> >
> >
> >
> >"Seamus Campbell" <[EMAIL PROTECTED]> wrote in message
> >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > I had this problem - reinstalled everything then found for me this was
the
> > > problem
> > > In Interent Explorer
> > > Tools
> > > Internet Options
> > > Temp Internet Files
> > > Settings
> > >
> > > Make sure this is checked
> > >
> > > Check for newer versions of the stored pages:
> > > Every visit to the page
> > >
> > > HTH
> > >
> > > Seamus
> > >
> > >
> > >
> > > At 05:48 am 5/03/01 , you wrote:
> > > >Use MS internet explorer, with 0 days of history recorded.
> > > >
> > > >I have the work system right next to the home computer now and still
> >cannot
> > > >figure out which setting I am not getting or seeing
> > > >
> > > >Beating head on desk
> > > >
> > > >Michael
> > > >
> > > >
> > > >"Philip Arnold - ASP" <[EMAIL PROTECTED]> wrote in message
> > > >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > > > > Ok here's the skoop, I edit my code, click the save, or do the
key
> > > > > > sequence, and then click the browse tab, and the page is
> > > > > > displayed with the updated Code, NO refresh has been initiated
at
> > > > > > all, And I can NOT figure out what setting this is, to allow
this
> > > > > > to happen.
> > > > >
> > > > > Have you got "Use external browser configuration for Internal
Browser"
> > > > > checked?
> > > > >
> > > > > Not sure if that impacts on built-in, but it's worth a try
> > > > >
> > > > > I avoid the built-in one as it has problems...
> > > > >
> > > > > Philip Arnold
> > > > > Director
> > > > > Certified ColdFusion Developer
> > > > > ASP Multimedia Limited
> > > > > T: +44 (0)20 8680 1133
> > > > >
> > > > > "Websites for the real world"
> > > > >
> > > > >
**********************************************************************
> > > > > This email and any files transmitted with it are confidential and
> > > > > intended solely for the use of the individual or entity to whom
they
> > > > > are addressed. If you have received this email in error please
notify
> > > > > the system manager.
> > > > >
**********************************************************************
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Sun, 04 Mar 2001 18:42:06 -0700
> From: "Scott Weikert" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Structure of Structures?
> Message-ID: <001701c0a515$7cf34d70$9800560c@alphageek>
>
> Oh most definitely - that is a GREAT tag. I use it for debugging this sort
> of thing all the time :)
>
> ----- Original Message -----
> From: "David Shadovitz" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Sunday, March 04, 2001 2:16 PM
> Subject: RE: Structure of Structures?
>
>
> > And let me add that CF_ObjectDump is a great tag to display this kind of
> stuff,
> > as a check that you've gotten it right.
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> End of CF-Talk-list V1 #191
> ***************************
>
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists