SharePoint 2010 Development with Visual Studio

前端 未结 2 1638
死守一世寂寞
死守一世寂寞 2021-01-03 12:48

My company has SharePoint server farm setup and run on internet and local. Now we have to develop some application on it. How can we do that from VS2010 on PC/Laptop (which

相关标签:
2条回答
  • 2021-01-03 13:23

    SharePoint development needs ot be done on a system with SharePoint installed (forget about trying to remote, it never works well with SharePoint). You can install SharePoint on your PC/Laptop for development purposes - How to Setup SharePoint Development Environment

    0 讨论(0)
  • 2021-01-03 13:34

    You can develop SharePoint applications without SP installed but will be limited to using the REST Api, ClientContext API or an external connector like Camelot .NET Connector for SharePoint from Bendsoft.

    Generally SharePoint developers work in a virtual environment with SharePoint foundation installed creating their deployment packages locally.

    Here is a good starting point if you want to set a virtual environment up for development. http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx

    0 讨论(0)
提交回复
热议问题