Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Simple code not working

New Here ,
Mar 31, 2009 Mar 31, 2009
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
TOPICS
Server side applications
396
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 31, 2009 Mar 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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 31, 2009 Mar 31, 2009
LATEST
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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines