Labels

Learn the powerful enterprise adaptable database:

Getting Started With ADABAS & Natural

Saturday, June 22, 2013

Create CFML Project Folder on cfmldeveloper.com


1) Log into your account at http://store.cfmldeveloper.com/LoginUser.aspx (To create an account, click here, http://setup-steps.blogspot.com/2013/06/free-cfml-hosting-at-cfmldevelopercom.html)



2) In the Account Top Menu, Click My Subscriptions


3) In the My Subscriptions Page, click CF FREE


4) In the CF CREE Page, Click File Manager.


5) A new window pops up.
5.1)Click the website name.


5.2) Click on wwwroot folder



6) Create New Folder.
6.1) Click Create Folder.
6.2) Type a name, e.g. cfproject101


6.3) A new folder cfproject101 has been created. Click the folder's name.


7) Create 101-helloworld.cfm
7.1) Click Create File
7.2) Type:
<cfoutput>
Hello World!
</cfoutput>


7.3) Browse.


To turn off debugging mode...
Use the following in your Application.cfm/Application.cfc to effectively turn off the debug output:
<cfsetting showDebugOutput="No">

No comments:

Post a Comment