EXPORT SUBSITE
To export the subsite use the following syntax at the Command Prompt. Open the Command Prompt on the SharePoint server as an administrator if necessary.
C:\>stsadm -o export -url http://www.seattlepro.com/demos -filename DemoSiteBackup -includeusersecurity
IMPORT SUBSITE
Now to import the subsite to a different site use the following syntax at the Command Prompt. Open the Command Prompt on the SharePoint server as an administrator if necessary.
C:\>stsadm -o import -url http://www.techgalaxy.net/demos -filename DemoSiteBackup.cmp -includeusersecurity
Subscribe to:
Post Comments (Atom)
SharePoint document metadata not updating
I faced a weird issue today, Metadata for document which has lookup column was not updating even after saving the item. There was no erro...
-
It is a permission issue. DateTimeControl field uses the iframe calender page to render the actual calender. The location of iframe...
-
I faced a weird issue today, Metadata for document which has lookup column was not updating even after saving the item. There was no erro...
-
Use below function to clear the people picker control values from page on client side. Code:
No comments:
Post a Comment