Skip to main content
July 4, 2006
Answered

help on viewing cfm files

  • July 4, 2006
  • 2 replies
  • 526 views
i got problem viewing cfm file i alway get a blank screen when viewing cfm file in localhost , but i can view other extension like html,jsp in localhost so can anyone help me to solve this problem
    This topic has been closed for replies.
    Correct answer paross1
    Did you actually install ColdFusion on your web server. Is ColdFusion running? (Check services) If yes, what kind of web server are you running? IIS? Apache?

    Phil

    2 replies

    July 4, 2006
    i cannot view any cfm include the 127.0.0.1/cfide/administrator
    paross1Correct answer
    Participating Frequently
    July 4, 2006
    Did you actually install ColdFusion on your web server. Is ColdFusion running? (Check services) If yes, what kind of web server are you running? IIS? Apache?

    Phil
    Inspiring
    July 4, 2006
    Dear Goson1,

    Have you installed ColdFusion Server on your PC (localhost)? After the installation, could you see ColdFusion Administrator's page? http://127.0.0.1/CFIDE/administrator/

    If you can see the Administrator's page, it means your installation is okay. Can you try this code and see the output?

    <cfset a="hello world">
    <cfdump var="#a#">

    Can you see hello world?

    Keiko