In SharePoint development, we need to develop in a server with a SharePoint environment, which is a very distressing thing, after all, it is not possible to have more than one project to develop with multiple servers, which requires local development.
Originally thought SharePoint 2013 in no longer support the client system, only the server development, QQ Group of friends to remind that can also be local development, remote debugging, think they are aware that SharePoint 2010 can be modified through the registry, Local installation SharePoint, along this train of thought, after a Google/bing, and then realized, in this summary, to share to everyone.
Ideas
Install Visual Studio 2013 locally, import the SharePoint registry, copy the necessary DLLs, and use remote debugging;
Defects
You cannot create a SharePoint solution locally, only edit;
Scene
You can use source control to download files to local development, then get, package/deploy on the server, and then debug locally.
1, in the local attempt to use the VS development SharePoint friends, all know that new/open SharePoint solution, will report the following error:
2. In the SharePoint server, open the registry and find the following location:
I have not found the 2013 version of the data, but the 2010 version said that the server on the Web servers extensions, 14 this node export, and then import to the local;
Because of the 2013 version, under the Web Server extensions, there are 14 and 152 folders, they do not know which to import, simply put the shared tools of the entire node export, and then imported to the local (WIN8);