What privileges should be set up to connect with the Visual Studio with Production Enviroment. Now I'm writing my code at SharePoint Foundation, but after it I want to migrate all to the production enviroment.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You're not supposed to deploy straight from Visual Studio to the production environment. The proper way of working (AFAIK) would be to build packages in your development environment, then deploy the .wsp files on the production environment using PowerShell. In the case of sandboxed solutions, you can do it with the SharePoint UI instead. |
|||
|
|
|
As far as I know you can only remotely deploy Sandboxed solutions if you use Visual Studio 2012. |
|||
|
|