You need to develop locally on a development server and deploy separately on a production server. For large enterprise applications, you will need a third server, a test or 'staging' server. For small applications, especially where the budget is limited, you could run the development, test and production environments as 3 separate Coldfusion instances on the same machine. The risks you then take are obvious: mainly from coupling.
↧