Skip to main content
September 1, 2013
Question

CF Builder

  • September 1, 2013
  • 1 reply
  • 417 views

Hi to all. Going to be out of internet service for 10 days and I still need to code. I have installed CF development server on my desktop and I have SQL server Express for the database. Now what do I do? I have a DSN set on the CF Server and I should be pointing to the DB. Where do I call the http app and how does it point to the CF server. I have been coding in CF for 11 years.

TNX John

This topic has been closed for replies.

1 reply

vishu_13
Inspiring
September 2, 2013

Are you looking to test your code? If yes, then you can enable the internal port of ColdFusion (server.xml: C:\ColdFusion10\cfusion\runtime\conf) and place the .cfm in the wwwroot of ColdFusion (C:\ColdFusion10\cfusion\wwwroot)

P.S : Taken the example of ColdFusion 10 and default instance cfusion

I am sorry if I understood the question wrong

Thanks

VJ