Configure self-service site creation (Windows SharePoint Services)
Applies To: Windows SharePoint Services 3.0
Topic Last Modified: 2008-04-07
Before you perform this procedure, confirm that:
- You have read the topic Configure settings for a Web application (Windows SharePoint Services).
Enable self-service site creation
Use the following procedures to enable self-service site creation.
Important
At the minimum, you must be a member of the Farm Administrators SharePoint group to complete this procedure using the user interface.
Enable self-service site creation by using Central Administration
On the top link bar of the Central Administration site, click Application Management.
On the Application Management page, in the Application Security section, click Self-service site management.
On the Self-Service Site Management page, verify that the Web application you want is selected. If it is not, in the Web Application section, on the Web Application menu, click Change Web Application. Next, on the Select Web Application page, click the Web application for which you want to enable self-service site creation.
After the correct Web application is selected, in the Enable Self-Service Site Creation section, select On.
Note
When you turn on self-service site creation, an announcement is added to the Announcements list on the home page of the top-level Web site in the root site collection for the Web application. The announcement provides a link to the site creation page, which is scsignup.aspx in the _layouts directory, for example, https://server name/_layouts/scsignup.aspx.
To require users to supply a secondary contact name for sites that they create when using the Create Site Collection page, select the Require secondary contact check box.
Click OK.
Important
The account that you use to run the Stsadm command-line tool must be a member of the Administrators group on the local computer.
Enable self-service site creation by using the Stsadm command-line tool
On the drive where SharePoint Products and Technologies is installed, open a command-line window and type the following command:
cd %CommonProgramFiles%\Microsoft Shared\web server extensions\12\bin
To enable self-service site creation, use the following command:
stsadm -o enablessc -url <url> -requiresecondarycontact
For information about how to perform this procedure using the Stsadm command-line tool, see Enablessc: Stsadm operation (Windows SharePoint Services).
Disable self-service site creation
Use the following procedures to disable self-service site creation.
Important
At the minimum, you must be a member of the Farm Administrators SharePoint group to complete this procedure using the user interface.
Disable self-service site creation by using the user interface
On the top link bar of the Central Administration site, click Application Management.
On the Application Management page, in the Application Security section, click Self-service site management.
On the Self-Service Site Management page, verify that the Web application you want is selected. If it is not, in the Web Application section, on the Web Application menu, click Change Web Application.
On the Select Web Application page, click the Web application for which you want to enable self-service site creation.
After the correct Web application is selected, in the Enable Self-Service Site Creation section, select Off.
Click OK.
Important
The account that you use to run the Stsadm command-line tool must be a member of the Administrators group on the local computer.
Disable self-service site creation by using the command line
On the drive where SharePoint Products and Technologies is installed, open a command-line window and type the following command:
cd %CommonProgramFiles%\Microsoft Shared\web server extensions\12\bin
To disable self-service site creation, use the following command, including any options that apply to your environment:
stsadm -o disablessc -url <url>
For information about how to perform this procedure using the Stsadm command-line tool, see Disablessc: Stsadm operation (Windows SharePoint Services).