Before uploading the application, you should perform a final test in your development environment to verify that it will work as expected. This require a few steps though:

  • If your development environment is set up to regenerate code after change automatically, it will undo the promotion process for that application. It will also reset the application in development mode. To avoid that go to run->debug->options 

 


  • Setup the dbconfig file in the IDE, to connect to your database. To be sure that it works well, you can consider using a different database.

  • Promote the code with debug option. 

If the application doesn’t run, you want to know why ;-)


  • Test the application.


If all is as you want it, create your production config file, promote the code without debugging and upload it to your server.