If only to use IIS - fortunately using JRun as the backbone has been issue free. It just works!
So my question is must it be IIS or will the JRun backbone solve your problems?
PT
www.actcfug.com
On 26/07/06, Joel Cass <[EMAIL PROTECTED]> wrote:
No, there's no cfflush's anywhere
However, there are some HTMLHead's in there - Still happens even after they
are removed, however :(
I'm starting to delve into issues with the ISAPI - It's on IIS6 and I am
starting to think that may be a problem. However I have not found much at
this stage.
I don't really think it would be a cookies issue as MX7 doesn't have the
limitations of its predecessors. Anyway the cookies are set at login and are
not changed throughout the session.
Thanks guys for your help - I'm stressin out here - It's like the whole app
is broken all of a sudden!
On it goes..
-----Original Message-----
From: [email protected] [mailto:[email protected]]On
Behalf Of Scott Thornton
Sent: Wednesday, 26 July 2006 4:55 PM
To: [email protected]
Subject: [cfaussie] Re: CFLOCATION Issue
does CFFLUSH appear any where on the page?
>>> [EMAIL PROTECTED] 26/07/2006 4:45:13 pm >>>
I have never seen this issue before so I am putting it out there to see if
anyone knows what might be happening..
It seems to be an issue with the <cflocation> tag. One computer follows it
and the other does not.
Two computers, Windows XP, same version of Internet Explorer
(6.0.2900.2180.xpsp2_gdr.050301-1519 ).
* One computer follows <cflocation> commands as it should.
* The other computer displays the code that appeared before the <cflocation>
tag, often an incomplete page or absolutely nothing at all. It does not
follow through to the new URL.
The server has trusted cache and saved class files turned on. It also has
the MX7 updater 2 and JRun 4rc6 installed. It is running in standalone
server mode.
This is a new issue that just cropped up and I am buggered if I know what is
going on..
Any ideas?
Thanks
Joel
-----Original Message-----
From: [email protected] [mailto: [email protected]]On Behalf
Of Andrew Scott
Sent: Wednesday, 26 July 2006 1:41 PM
To: [email protected]
Subject: [cfaussie] Re: anyone using jfson?
Sorry,
That's not a solution I am able to implement on my end.
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613 8676 4223
Mobile: 0404 998 273
From: [email protected] [mailto:[email protected]] On Behalf
Of Gareth Edwards
Sent: Wednesday, 26 July 2006 1:33 PM
To: [email protected]
Subject: [cfaussie] Re: anyone using jfson?
What about just doing?
eval(isFolder) == true
or
isFolder == 'true'
Cheers
Gareth.
Andrew Scott wrote:
If anyone here is using jfson, can you tell me how to return a Boolean?
The code
Node.isFolder = true;
Or
Node.isFolder = 1;
Returns either
"isFolder":"true" or "isFolder":1
Neither of which is correct.
It should be
"isFolder":true
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613 8676 4223
Mobile: 0404 998 273
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf
Of Barry Beattie
Sent: Wednesday, 26 July 2006 12:35 PM
To: [email protected]
Subject: [cfaussie] Re: CF to ASP programmer wanted
christophe
that's not quite true
both ASP and ASP.NET use SQL as a string in a command (you can throw
the SQL string straight at a connection object without a command
object being used). there's issues about single quotes and
concatenation as well as parameters. cfqueryparam is heaven on a
stick...
But I suspect what Cookie is after is more the experiance in using
ADO/ADO/NET
eg:
connection objects
command ""
recordset "" (ADO/ASP)
dataset "" (ADO.NET/ASP.NET)
parameter ""
Cookie, it might be worth clarifying if this is for ASP (_vbscript_) or
ASP.NET (C# or VB.NET)
(sorry, the gig ain't for me at the moment)
On 7/26/06, christophe albrech < [EMAIL PROTECTED]> wrote:
"the trickiest part about them is the sql
queries"
I don't get that... sql shouldn't have to be modified when translating
coldfusion to asp. Only the functions (cfquery => whatever in asp) that
execute the queries should change??
tof
On 7/26/06, cookie <[EMAIL PROTECTED]> wrote:
I urgently need a programmer who can translate ColdFusion to ASP for a
couple of days work.I have some relatively short and simple CF pages
that need translation, the trickiest part about them is the sql
queries. If anyone can assist either email me at [EMAIL PROTECTED] or
call my mobile on 0419316815. I can then send interested parties the
source code to enable you to give me a quote for the job.
Thanks
Graham Cook
--
Peter Tilbrook
ColdGen Internet Solutions
Manager, ACT and Region ColdFusion Users Group
PO Box 2247
Queanbeyan, NSW, 2620
AUSTRALIA
http://www.coldgen.com/
http://www.actcfug.com/
Tel: +61-2-6284-2727
Mob: +61-0432-897-437
Email: [EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---
- [cfaussie] Re: CFLOCATION Issue Peter Tilbrook
- [cfaussie] Re: CFLOCATION Issue Charlie Arehart
- [cfaussie] Re: CFLOCATION Issue Joel Cass
- [cfaussie] Re: CFLOCATION Issue Charlie Arehart
- [cfaussie] Re: CFLOCATION Issue Joel Cass
