While debugging your custom code in the SharePoint instead of attaching all worker processes(w3wp.exe) this is
the command to attach/identify only the current application specific w3wp process
Command...
Sunday, August 17, 2014
Monday, August 11, 2014
Sharepoint Site collection backup/restore vs. site export/import with focus on running workflows, version history and auditing
Custom SharePoint solutions usually contain custom lists with custom
event receivers, custom workflows, maintain version history, use
auditing etc. For a site with lists that have those customization it’s
important to make sure that the backup/restore process will not lose any
of the running workflows,...
Import and Export Sites on SharePoint 2010 Using PowerShell
This article will show you how to import / export operation of a particular SharePoint site using Power Shell
1. On the Start menu, click All Programs.
2. Click Microsoft SharePoint 2010...