Skip to main content
New Participant
August 28, 2013
Question

1. how to create a ColdFusion Page in ColdFusion Builder 2?

  • August 28, 2013
  • 0 replies
  • 1509 views

how to create a ColdFusion Page in ColdFusion Builder 2?

When I type :

"<cfset artistsObj = createObject("component","artistscfcs.ARTISTSService").init() />

<cfset artistsQry = artistsObj.getAllARTISTS() />

<cfdump var="#artistsQry#"/>"

in an index file in my Project and lick Firefox tab beside source, it shows message: The connection was refused when attempting to contact localhost.

My Server is running normal, connection is OK!  How to fi

This topic has been closed for replies.