• Creating site collection using custom site template

    by  • April 23, 2010 • MOSS 2007 • 0 Comments

    In this post we will see how to convert a site to site collection.

    1.  Save the existing site to site template (site actions-> site settings -> save site as template)
    2. Download the created stp file from site template gallery of site collection and copy it to SharePoint server and we can delete it from site template gallery.
    3. For adding this template to central administration site templates we need to execute the addtemplate stsadm command.
      “C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\STSADM.exe” -o addtemplate  -filename “G:\Shared\mysite.stp” -title “mysite” -description “mysite”
    4. Reset IIS

    Now we can see the new site template under custom tab while creating site collection

    About

    Hojo Clement was working in US Technology in Trivandrum as a Senior Software Engineer. He has 6 years experience in working with Web Development Technologies inlcuding MOSS and ASP.net.

    Leave a Reply

    Your email address will not be published. Required fields are marked *