Skip to main content
Participant
March 31, 2009
Question

Simple code not working

  • March 31, 2009
  • 2 replies
  • 403 views
Hi
I am very new to the Coldfusion. i have installed DW-cs4. created an local webserver in IIS. i am using XP.
I tried to use my first coldfusion file with code

<body>
<cfset Q="Hai" >
<cfoutput> your code is: #Q# </cfoutput>
</body>

I am getting output as -----

'your code is {Q}'

Am i missing any thing. please let me know
This topic is closed to new replies. Start a new post to keep the conversation going.

2 replies

Inspiring
March 31, 2009
joekim1239 wrote:
> I am very new to the Coldfusion. i have installed DW-cs4. created an local
> webserver in IIS.

ColdFusion needs to be processed by the ColdFusion web server. It won't
run on IIS.

--
David Powers
Adobe Community Expert, Dreamweaver
http://foundationphp.com
Participant
March 31, 2009
I am using IIS 5.1

Hope i should use some dll in the ISAPI filter. I am not sure which dll should use. Can you pleaes help me.

Thanks
Joe