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
Post a Comment