function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ofjsdflsdjflsdjofjsdflsdjflsdj 

Moving visualforce pages from development to production server

Hello guys,

 

I know this is a silly question but I can't for the life of me find any resources about this. I needed to create custom controllers; tried doing it on my company's Salesforce Professional server and it wasn't possible so I created a developer account and developed on the force.com development server. 

 

Now I'm done and want to import my pages and controller into the production server. How do I do this?

 

Thanks!

 

Cheers

Shaun

Shannon HaleShannon Hale

You can use the Deploy to Server wizard in the Force.com IDE (see help topic here) or the Force.com Migration Tool with Ant (see help topic here) to deploy components from your dev org to your production org.

 

--Shannon