create a subsite from top level site collection​:

      You can create a subsite from top level site collection by using power shell commends.


Step 1:

   Get the top level site collection: 

     Open sharepoint power shell. and type the following commend

Export :  stsadm -o export -url <fullurl which u want to export> -filename <location:filename.dat

Step 2:

    Import as a sub site of another top level site

     Open sharepoint power shell. and type the following commend

Import : stsadm -o import -url <destination url> -filename <location where u stored.dat file>

Step 3:

       That's it,the site will imported as a subsite. But you have to check all the webparts are correctly deployed, and you have to manually give the site user permissions.

                                                            Thank you...

 

Comments

Popular posts from this blog

Add content type to SharePoint List/Library using REST API

Upload Single/Multiple file by using the REST API and jQuery SharePoint 2013

A type named 'SP.Data. could not be resolved by the model error