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
AiyazAiyaz 

General question on how to access visual force page

Now that I have created a visual force page in a SANDBOX account I can access it using a URL in the following form: http://mySalesforceInstance/apex/nameOfNewPage .  My problem or question now is how do I publish this to my Salesforce Instance so I can access this type of page for daily use?
 
Thanks for any help!~
NonickNonick
You can add a visual force to a package. Get to the package by going to Setup->develop->New
Quite sure you can use eclipse also.

Found a link:
http://wiki.apexdevnet.com/index.php/Deploy_Force.com_Applications_Faster


Message Edited by Nonick on 11-26-2008 05:12 PM
AiyazAiyaz
Thanks for the help!  I think that will help me set up the package into the live environment.