Development in Visual Studio 2010 for remote Sharepoint 2010 server

后端 未结 1 416
小鲜肉
小鲜肉 2021-01-28 17:02

I understand that you can\'t develop in Visual Studio 2010 for a remote Sharepoint 2010 server because you need a local copy running on your box. (I know there is a hack)

<
相关标签:
1条回答
  • 2021-01-28 17:35

    What objects do you need from the remote server?
    If it is lists, you can export the lists from the remote server as templates then use the resulting stp files to create the lists locally. If it is dlls you can get them form GAC and add the required entries in SharePoint site web.config. You can also try to export the entire site and create a site locally based on the site template.

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