Hi everyone,

I am just beginning to learn ColdFusion, and I am having problems with my local
server. It is so *slow*.

I have a Win98 machine running PWS, and ColdFusion Server Express. I tried this
code just to see if everything worked:

<body>
<CFOUTPUT>
 Hello,<br>
 Your IP address is: <b>#REMOTE_ADDR#</b><br>
 Your browser is: <b>#HTTP_USER_AGENT</b>
</CFOUTPUT>
</body>

This came up no problem using http://MyMachineName/test.cfm, immediately, in my
browser on execute. And it pulled the right stuff, so I assume CF Express and
PWS are working fine...so I go onto this code:

<body>
Hello,<br>
<CFIF IsDefined("name")>
  <CFOUTPUT>
  The name you entered is <b>#name#</b>
  </CFOUTPUT>
<CFELSE>
 You did not pass a parameter called NAME.
</CFIF>
</body>

And it is taking forever for the browser to render it, whether I try calling
http://MyMachineName/test2.cfm, or passing the parameter name by using
http://MyMachineName/test2.cfm?NAME=Gina. It's still trying to pull up the page
and I started before I began writing this.

Does anyone have any idea where to start troubleshooting this? This code is in
The ColdFusion 4 Web Application Construction Kit book.

Thanks,
Gina


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to